diff options
author | Slávek Banko <[email protected]> | 2018-08-29 15:56:27 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-08-29 15:56:27 +0200 |
commit | 16a6ddcdd471183c02c652013bbfff5285fa6c51 (patch) | |
tree | b2528b7c1eaa6c00ad049c03a6c02e29a6faa157 | |
parent | 21089b31ebeecdabcd649745e31565814769e9cf (diff) | |
download | kcpuload-16a6ddcdd471183c02c652013bbfff5285fa6c51.tar.gz kcpuload-16a6ddcdd471183c02c652013bbfff5285fa6c51.zip |
cmake: Fix the installation of the icons used in the application
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | kcpuload/icons/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcpuload/icons/CMakeLists.txt b/kcpuload/icons/CMakeLists.txt index 63f765b..54083a0 100644 --- a/kcpuload/icons/CMakeLists.txt +++ b/kcpuload/icons/CMakeLists.txt @@ -1 +1 @@ -tde_install_icons( ) +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/kcpuload/icons ) |