star-enclosures-3d

Extract enclosures from 3D geometry
git clone git://git.meso-star.fr/star-enclosures-3d.git
Log | Files | Refs | README | LICENSE

commit 4461c76a82dff7e1e175f5111dc5708dfe16c646
parent 22b8221ac43284d309a0712056638789edb50e58
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed,  4 Jul 2018 16:54:39 +0200

Install header files under the star directory

Diffstat:
Mcmake/CMakeLists.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -97,7 +97,7 @@ if(CMAKE_COMPILER_IS_GNUCC) target_link_libraries(senc m) endif() -rcmake_setup_devel(senc StarEnc ${VERSION} senc_version.h) +rcmake_setup_devel(senc StarEnc ${VERSION} star/senc_version.h) ################################################################################ # Add tests @@ -145,5 +145,5 @@ install(TARGETS senc ARCHIVE DESTINATION bin LIBRARY DESTINATION lib RUNTIME DESTINATION bin) -install(FILES ${SENC_FILES_INC_API} DESTINATION include/) +install(FILES ${SENC_FILES_INC_API} DESTINATION include/star) install(FILES ${SENC_FILES_DOC} DESTINATION share/doc/star-enc)