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 b6e3b27e380c410ee0552f8aa1c7a3ac97707fff
parent eecfa939ac3b3a0f7be505ae3c4ec1d5417f7928
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 28 Apr 2016 16:12:09 +0200

Update the install directory of the documentation

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -143,5 +143,5 @@ install(TARGETS s3d LIBRARY DESTINATION lib RUNTIME DESTINATION bin) install(FILES ${S3D_FILES_INC_API} DESTINATION include/star) -install(FILES ${S3D_FILES_DOC} DESTINATION doc/star-3d) +install(FILES ${S3D_FILES_DOC} DESTINATION share/doc/star-3d)