diff options
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index eb4016f..6838900 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -406,6 +406,6 @@ INSTALL(DIRECTORY data/ DESTINATION share/ousia OWNER_EXECUTE GROUP_EXECUTE WORLD_EXECUTE ) -#INSTALL(TARGETS ousia -# RUNTIME DESTINATION bin -#) +INSTALL(TARGETS ousia + RUNTIME DESTINATION bin +) |