star-cpr

Clip 2D meshes with 2D polygons
git clone git://git.meso-star.fr/star-cpr.git
Log | Files | Refs | README | LICENSE

commit e7fdf6095fb14e01d55bd99e2c7881a301cb0d27
parent 7df4a3579aa15d12d568df25da28918613e42e45
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 31 Aug 2016 09:17:00 +0200

Update the install path of the public headers

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -111,6 +111,6 @@ install(TARGETS scpr ARCHIVE DESTINATION lib LIBRARY DESTINATION lib RUNTIME DESTINATION bin) -install(FILES ${SCPR_FILES_INC} DESTINATION include/) +install(FILES ${SCPR_FILES_INC} DESTINATION include/star/) install(FILES ${SCPR_FILES_DOC} DESTINATION share/doc/star-cpr/)