star-3d

Surface structuring for efficient 3D geometric queries
git clone git://git.meso-star.fr/star-3d.git
Log | Files | Refs | README | LICENSE

commit e48d52129242d53887a029239be982bc26667368
parent 8d3d78d7dc10f665b0dc7c289da2b518030ffe4c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 20 Jul 2022 20:56:45 +0200

Remove a useless library in the make directive of the tests

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -176,7 +176,7 @@ test_s3d_trace_ray_instance \ test_s3d_trace_ray_sphere \ : libs3d.so @echo "LD $@" - @$(CC) $(CFLAGS) -o $@ src/$@.o -L$$(pwd) -ls3d $(RSYS_LIB) $(EMBREE_LIB) + @$(CC) $(CFLAGS) -o $@ src/$@.o -L$$(pwd) -ls3d $(RSYS_LIB) $(TEST_OBJ): config.mk @echo "CC $@"