diff options
Diffstat (limited to 'kwin/oldheaders/CMakeLists.txt')
-rw-r--r-- | kwin/oldheaders/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kwin/oldheaders/CMakeLists.txt b/kwin/oldheaders/CMakeLists.txt new file mode 100644 index 000000000..fa5995850 --- /dev/null +++ b/kwin/oldheaders/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + options.h client.h workspace.h kwinbutton.h + DESTINATION ${INCLUDE_INSTALL_DIR}/kwin ) |