diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-03 15:36:01 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2015-03-03 15:36:01 +0100 |
commit | e1f71b37d632418390b2aac2f89c9d05297a413c (patch) | |
tree | 04202e95474340fbb311688791d7f7d3e1d84276 /CMakeLists.txt | |
parent | 78f24b65e4a84c528338cc52e71efa4aa58e656e (diff) |
Removed last remains of "domain" in code
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index aee71cb..e65c64a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -446,9 +446,9 @@ INSTALL(DIRECTORY data/ DESTINATION share/ousia OWNER_EXECUTE GROUP_EXECUTE WORLD_EXECUTE ) -#INSTALL(TARGETS ousia -# RUNTIME DESTINATION bin -#) +INSTALL(TARGETS ousia + RUNTIME DESTINATION bin +) IF(INSTALL_GEDIT_HIGHLIGHTER) INSTALL(FILES contrib/gtksourceview-3.0/language-specs/ousia.lang |