summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e4979e..10927db 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -327,7 +327,7 @@ IF(TEST)
ENDIF()
################################################################################
-# Commands for building installing #
+# Commands for installing #
################################################################################
INSTALL(DIRECTORY data/ DESTINATION share/ousia
@@ -340,3 +340,6 @@ INSTALL(DIRECTORY data/ DESTINATION share/ousia
OWNER_EXECUTE GROUP_EXECUTE WORLD_EXECUTE
)
+INSTALL(TARGETS ousia
+ RUNTIME DESTINATION bin
+)