mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
10 lines
210 B
CMake
10 lines
210 B
CMake
include_directories (
|
|
${CMAKE_CURRENT_SOURCE_DIR}/common
|
|
${CMAKE_CURRENT_BINARY_DIR}/common
|
|
)
|
|
|
|
add_subdirectory(common)
|
|
|
|
add_subdirectory(activities)
|
|
add_subdirectory(global)
|
|
add_subdirectory(profiles)
|