summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kwin/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/kwin/CMakeLists.txt b/kwin/CMakeLists.txt
index 4eb23b7d2..758b03582 100644
--- a/kwin/CMakeLists.txt
+++ b/kwin/CMakeLists.txt
@@ -9,6 +9,8 @@
#
#################################################
+project( kwin )
+
add_subdirectory( lib )
add_subdirectory( killer )
add_subdirectory( kcmkwin )
@@ -60,3 +62,8 @@ tde_add_kdeinit_executable( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
LINK kdecorations-shared kdeui-shared Xext
)
+
+##### install import cmake modules ###############
+
+tde_install_export( )
+