diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-14 02:51:58 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-14 02:51:58 +0000 |
commit | 085a643302b6726ede6933b6ce98137dcc193b26 (patch) | |
tree | e6cfc4c0c76a625407b74f518340a2f0e8cb2322 /kwin/lib | |
parent | 7fd8b36492dfbdc703e179cfb6bb5ee2122d64f0 (diff) | |
download | tdebase-085a643302b6726ede6933b6ce98137dcc193b26.tar.gz tdebase-085a643302b6726ede6933b6ce98137dcc193b26.zip |
Added missing headers for CMake
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1224756 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kwin/lib')
-rw-r--r-- | kwin/lib/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kwin/lib/CMakeLists.txt b/kwin/lib/CMakeLists.txt index 34660a2e5..b97e3d455 100644 --- a/kwin/lib/CMakeLists.txt +++ b/kwin/lib/CMakeLists.txt @@ -36,3 +36,8 @@ tde_add_library( ${target} SHARED AUTOMOC LINK kdecore-shared DESTINATION ${LIB_INSTALL_DIR} ) + +##### headers ################################### + +install( FILES kdecoration.h kdecoration_p.h kdecoration_plugins_p.h kdecorationfactory.h kcommondecoration.h + DESTINATION ${INCLUDE_INSTALL_DIR} ) |