diff options
| author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-15 22:24:33 +0100 |
|---|---|---|
| committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-15 22:24:33 +0100 |
| commit | e1a13f339fde6518850f4ace293477864a649d15 (patch) | |
| tree | 88e72187a61def444f1b89380209168b4baff2b1 | |
| parent | 51922e07def0ffbfc9ef411ccdcf373f61bc51b3 (diff) | |
ousia should also be installed
| -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 +) |
