diff options
-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} ) |