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