summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-23 16:29:42 +0900
committerMichele Calgaro <[email protected]>2023-07-23 16:29:42 +0900
commit96729ec7b58116d55f431d8067e5326e34bb9d8a (patch)
tree534f4e795cdf60d277ada2aa44a691212ae66791 /CMakeLists.txt
parent889fb9a0290ac43d39a46d89490a62d0b28caa50 (diff)
downloadkommando-96729ec7b58116d55f431d8067e5326e34bb9d8a.tar.gz
kommando-96729ec7b58116d55f431d8067e5326e34bb9d8a.zip
Moved icons to its own folder
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e516e3..643e3d6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,6 +71,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
##### source directories
+add_subdirectory( icons )
add_subdirectory( src )
tde_conditional_add_project_docs( BUILD_DOC )