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 dda87eee40bcbd9ef92790174a337d959c43ba5e
parent db8b3f16fa0c2112d115813f9aa7433edb8f3e6a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 27 Mar 2015 16:23:48 +0100

Add the missing s3d_geometry.h header to the CMake script

Diffstat:
Mcmake/CMakeLists.txt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -74,6 +74,7 @@ set(S3D_FILES_INC s3d_buffer.h s3d_device_c.h s3d_instance.h + s3d_geometry.h s3d_mesh.h s3d_shape_c.h)