summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2018-12-13 18:35:41 +0100
committerSlávek Banko <[email protected]>2018-12-13 18:42:30 +0100
commit8395ccefd8ea126232281bcb7588fac2acc0d50e (patch)
treea9da7353c968154a9759e70989334dd4c6ab4312 /CMakeLists.txt
parent4ed562b360187e997a28f455d3382491cc764254 (diff)
downloadkcpuload-8395ccefd8ea126232281bcb7588fac2acc0d50e.tar.gz
kcpuload-8395ccefd8ea126232281bcb7588fac2acc0d50e.zip
Fix structure of directories
Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 0557917aa98c792eb316ce176c97849f3e7bdb3e)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5fb8204..6c9f7bf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,9 +63,10 @@ set( CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined" )
set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" )
-##### @TDE_MODULE_NAME@ directories
+##### directories
-add_subdirectory( kcpuload )
+add_subdirectory( src )
+add_subdirectory( icons )
tde_conditional_add_subdirectory( BUILD_DOC doc )