8f6edea521
krunner stuff doesn't really belong in kwin, it has nothing to do with compositing or any other things that are the domain of compositors. Given that, being as a plugin suits the krunner integration stuff best.
20 lines
464 B
CMake
20 lines
464 B
CMake
add_subdirectory(kglobalaccel)
|
|
add_subdirectory(qpa)
|
|
add_subdirectory(idletime)
|
|
add_subdirectory(platforms)
|
|
add_subdirectory(scenes)
|
|
add_subdirectory(windowsystem)
|
|
add_subdirectory(kpackage)
|
|
|
|
if (KWIN_BUILD_DECORATIONS)
|
|
add_subdirectory(kdecorations)
|
|
endif()
|
|
if (PipeWire_FOUND)
|
|
add_subdirectory(screencast)
|
|
endif()
|
|
if (lcms2_FOUND)
|
|
add_subdirectory(colord-integration)
|
|
endif()
|
|
if (KWIN_BUILD_RUNNERS)
|
|
add_subdirectory(krunner-integration)
|
|
endif()
|