mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
8 lines
210 B
CMake
8 lines
210 B
CMake
include_directories(
|
|
# for plasmagenericshell_export.h
|
|
${CMAKE_BINARY_DIR}/libs/plasmagenericshell
|
|
)
|
|
|
|
add_subdirectory(plasma-desktop)
|
|
add_subdirectory(plasma-overlay)
|
|
add_subdirectory(plasma-windowed)
|