--- tetgen1.6.0/CMakeLists.txt.orig 2020-12-09 17:49:01.221581100 +0100 | |
+++ tetgen1.6.0/CMakeLists.txt 2020-12-09 17:49:03.611843100 +0100 | |
@@ -11,4 +11,7 @@ | |
#Set properties on a target. | |
#We use this here to set -DTETLIBRARY for when compiling the | |
#library | |
-set_target_properties(tet PROPERTIES "COMPILE_DEFINITIONS" TETLIBRARY) | |
\ No newline at end of file | |
+set_target_properties(tet PROPERTIES "COMPILE_DEFINITIONS" TETLIBRARY) | |
+ | |
+install(TARGETS tetgen | |
+ RUNTIME DESTINATION bin) | |
\ No newline at end of file |