star-3daw

Create star-3d geometries from OBJ files
git clone git://git.meso-star.fr/star-3daw.git
Log | Files | Refs | README | LICENSE

commit 38925a3be2ca48e48cad2f998c67c4355a565440
parent c4314241044ad113742187065d9300702824534a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 28 Apr 2016 16:20:26 +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 @@ -102,5 +102,5 @@ install(TARGETS s3daw LIBRARY DESTINATION lib RUNTIME DESTINATION bin) install(FILES ${S3DAW_FILES_INC_API} DESTINATION include/star) -install(FILES ${S3DAW_FILES_DOC} DESTINATION doc/star-3daw) +install(FILES ${S3DAW_FILES_DOC} DESTINATION share/doc/star-3daw)