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