star-stl

Load STereo Lithography (StL) file format
git clone git://git.meso-star.fr/star-stl.git
Log | Files | Refs | README | LICENSE

commit 08b6cd4329267f6e54aa198c1d8c2b4f8fa4d5ff
parent 6c18317e5008b760d51a1be92492d6bdfb280c89
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  7 Jan 2016 11:49:41 +0100

FIx the install target of the header files

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -74,7 +74,7 @@ set_target_properties(sstl PROPERTIES VERSION ${VERSION} SOVERSION ${VERSION_MAJOR}) -rcmake_setup_devel(sstl StarSTL ${VERSION} sstl_version.h) +rcmake_setup_devel(sstl StarSTL ${VERSION} star/sstl_version.h) ################################################################################ # Define tests @@ -98,6 +98,6 @@ install(TARGETS sstl ARCHIVE DESTINATION bin LIBRARY DESTINATION lib RUNTIME DESTINATION bin) -install(FILES ${SSTL_FILES_INC} DESTINATION include) +install(FILES ${SSTL_FILES_INC_API} DESTINATION include/star) install(FILES ${SSTL_FILES_DOC} DESTINATION doc/sstl)