diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f52c825..2cbde180 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -25,6 +25,7 @@ include(KDECMakeSettings NO_POLICY_SCOPE) | |||
25 | 25 | ||
26 | enable_testing() | 26 | enable_testing() |
27 | 27 | ||
28 | include_directories(.) | ||
28 | add_subdirectory(framework) | 29 | add_subdirectory(framework) |
29 | add_subdirectory(components) | 30 | add_subdirectory(components) |
30 | add_subdirectory(icons) | 31 | add_subdirectory(icons) |