Skip to content

Commit 52fd523

Browse files
committed
allow val3dity to be installed on your system by running eg. make install
1 parent 202363d commit 52fd523

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,5 @@ add_to_cached_list( CGAL_EXECUTABLE_TARGETS val3dity )
6666
# Link the executable to CGAL and third-party libraries
6767
target_link_libraries(val3dity ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES} ${GEOS_LIBRARY} ${ASSIMP_LIBRARIES})
6868

69+
# Have the option to properly install val3dity to the system
70+
install(TARGETS val3dity DESTINATION bin)

0 commit comments

Comments
 (0)