2015-06-26 11:47:08 +00:00
|
|
|
add_subdirectory(kglobalaccel)
|
2015-08-14 14:52:40 +00:00
|
|
|
add_subdirectory(qpa)
|
2015-11-06 11:57:24 +00:00
|
|
|
add_subdirectory(idletime)
|
2016-04-08 06:49:42 +00:00
|
|
|
add_subdirectory(platforms)
|
2017-08-10 16:13:42 +00:00
|
|
|
add_subdirectory(scenes)
|
2019-01-13 16:50:32 +00:00
|
|
|
add_subdirectory(windowsystem)
|
2019-02-02 19:47:46 +00:00
|
|
|
add_subdirectory(kpackage)
|
2020-11-27 19:37:40 +00:00
|
|
|
if (KWIN_BUILD_CMS)
|
|
|
|
add_subdirectory(nightcolor)
|
|
|
|
endif()
|
2019-09-17 09:15:35 +00:00
|
|
|
if (KWIN_BUILD_DECORATIONS)
|
2016-04-15 08:34:57 +00:00
|
|
|
add_subdirectory(kdecorations)
|
|
|
|
endif()
|
2020-11-07 19:34:55 +00:00
|
|
|
if (PipeWire_FOUND)
|
|
|
|
add_subdirectory(screencast)
|
|
|
|
endif()
|
2020-11-27 19:37:40 +00:00
|
|
|
if (KWIN_BUILD_CMS)
|
2020-11-07 18:17:16 +00:00
|
|
|
add_subdirectory(colord-integration)
|
|
|
|
endif()
|
2020-11-24 16:58:52 +00:00
|
|
|
if (KWIN_BUILD_RUNNERS)
|
|
|
|
add_subdirectory(krunner-integration)
|
|
|
|
endif()
|