aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3fd16c8..ea12358 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,3 +4,6 @@ project(splitfits C)
set(CMAKE_C_STANDARD 99)
add_executable(splitfits splitfits.c)
+
+install(TARGETS splitfits
+ RUNTIME)