diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-08-29 15:56:27 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-08-29 23:39:52 +0200 |
commit | 86186e834cc3e0af611b6f6defb0e75439508546 (patch) | |
tree | a228e976ee8f390992788183d7c46faea96ec1af | |
parent | b61f4ffd7bfc89f2f8bc0a91600ec60120a9b4da (diff) | |
download | kcpuload-86186e834cc3e0af611b6f6defb0e75439508546.tar.gz kcpuload-86186e834cc3e0af611b6f6defb0e75439508546.zip |
cmake: Fix the installation of the icons used in the application
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 16a6ddcdd471183c02c652013bbfff5285fa6c51)
-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 ) |