star-enclosures-2d

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

commit 1a9ade79df5f2b436bca845651cb4de4e5c2adfc
parent 04f705fa7bcb32b391f0f00c8feb01e540437ad7
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed,  4 Jul 2018 16:54:00 +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 @@ -96,7 +96,7 @@ if(CMAKE_COMPILER_IS_GNUCC) target_link_libraries(senc2d m) endif() -rcmake_setup_devel(senc2d StarEnc2D ${VERSION} senc2d_version.h) +rcmake_setup_devel(senc2d StarEnc2D ${VERSION} star/senc2d_version.h) ################################################################################ # Add tests @@ -141,5 +141,5 @@ install(TARGETS senc2d ARCHIVE DESTINATION bin LIBRARY DESTINATION lib RUNTIME DESTINATION bin) -install(FILES ${SENC2D_FILES_INC_API} DESTINATION include/) +install(FILES ${SENC2D_FILES_INC_API} DESTINATION include/star) install(FILES ${SENC2D_FILES_DOC} DESTINATION share/doc/star-enc2d)