mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
7 lines
173 B
CMake
7 lines
173 B
CMake
add_subdirectory(applets)
|
|
add_subdirectory(containments)
|
|
add_subdirectory(dataengines)
|
|
add_subdirectory(desktoptheme)
|
|
if(NOT WIN32)
|
|
add_subdirectory(shell)
|
|
endif(NOT WIN32)
|