diff options
author | Slávek Banko <[email protected]> | 2018-12-13 18:35:41 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-13 18:42:30 +0100 |
commit | 8395ccefd8ea126232281bcb7588fac2acc0d50e (patch) | |
tree | a9da7353c968154a9759e70989334dd4c6ab4312 /CMakeLists.txt | |
parent | 4ed562b360187e997a28f455d3382491cc764254 (diff) | |
download | kcpuload-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.txt | 5 |
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 ) |