diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a15241985..700fbe6d0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ kde4_header() +project(kwin) + add_subdirectory( lib ) add_subdirectory( killer ) add_subdirectory( kcmkwin )