diff options
Diffstat (limited to 'kmplot/icons')
-rw-r--r-- | kmplot/icons/CMakeLists.txt | 5 | ||||
-rw-r--r-- | kmplot/icons/actions/CMakeLists.txt | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/kmplot/icons/CMakeLists.txt b/kmplot/icons/CMakeLists.txt new file mode 100644 index 00000000..54771918 --- /dev/null +++ b/kmplot/icons/CMakeLists.txt @@ -0,0 +1,5 @@ +add_subdirectory( actions ) + +##### icons + +tde_install_icons( ) diff --git a/kmplot/icons/actions/CMakeLists.txt b/kmplot/icons/actions/CMakeLists.txt new file mode 100644 index 00000000..13e578aa --- /dev/null +++ b/kmplot/icons/actions/CMakeLists.txt @@ -0,0 +1 @@ +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/kmplot/icons ) |