diff options
author | Michele Calgaro <[email protected]> | 2023-07-23 16:29:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-23 16:29:42 +0900 |
commit | 96729ec7b58116d55f431d8067e5326e34bb9d8a (patch) | |
tree | 534f4e795cdf60d277ada2aa44a691212ae66791 /CMakeLists.txt | |
parent | 889fb9a0290ac43d39a46d89490a62d0b28caa50 (diff) | |
download | kommando-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.txt | 1 |
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 ) |