diff options
Diffstat (limited to 'icons')
-rw-r--r-- | icons/CMakeLists.txt | 2 | ||||
-rw-r--r-- | icons/actions/CMakeLists.txt | 1 | ||||
-rw-r--r-- | icons/app/CMakeLists.txt | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt new file mode 100644 index 0000000..61ab0a8 --- /dev/null +++ b/icons/CMakeLists.txt @@ -0,0 +1,2 @@ +add_subdirectory( actions ) +add_subdirectory( app ) diff --git a/icons/actions/CMakeLists.txt b/icons/actions/CMakeLists.txt new file mode 100644 index 0000000..f79769c --- /dev/null +++ b/icons/actions/CMakeLists.txt @@ -0,0 +1 @@ +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/piklab/icons ) diff --git a/icons/app/CMakeLists.txt b/icons/app/CMakeLists.txt new file mode 100644 index 0000000..5cca3c6 --- /dev/null +++ b/icons/app/CMakeLists.txt @@ -0,0 +1 @@ +tde_install_icons( DESTINATION ${ICON_INSTALL_DIR} ) |