diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-27 01:50:08 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-27 01:50:08 +0100 |
commit | 13393c5e1e3261176d9b750cc10b9c62b740f08c (patch) | |
tree | 99dc9b62cfb6c6e0a026bc61a68b39bfc5ca86f2 /CMakeLists.txt | |
parent | ec7f4ee73430906bf53648eba427bfad353a7409 (diff) |
Added ousia executable as target for installation (for make install)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
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 +) |