We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make install
1 parent 202363d commit 52fd523Copy full SHA for 52fd523
CMakeLists.txt
@@ -66,3 +66,5 @@ add_to_cached_list( CGAL_EXECUTABLE_TARGETS val3dity )
66
# Link the executable to CGAL and third-party libraries
67
target_link_libraries(val3dity ${CGAL_LIBRARIES} ${CGAL_3RD_PARTY_LIBRARIES} ${GEOS_LIBRARY} ${ASSIMP_LIBRARIES})
68
69
+# Have the option to properly install val3dity to the system
70
+install(TARGETS val3dity DESTINATION bin)
0 commit comments