From e1a13f339fde6518850f4ace293477864a649d15 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 15 Feb 2015 22:24:33 +0100 Subject: ousia should also be installed --- CMakeLists.txt | 6 +++--- 1 file 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 +) -- cgit v1.2.3