diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2019-03-02 19:18:50 +0300 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2019-03-02 17:03:11 +0000 |
commit | b45d569f006db03b41784c1af3c42ecd46e5027c (patch) | |
tree | acd322dd3d05286ce4d2fa6b68bfa97b5173bb88 /icons/CMakeLists.txt | |
parent | 040a63c0202d0fd148cd9a36aea00dc2652e33b4 (diff) | |
download | kooldock-b45d569f006db03b41784c1af3c42ecd46e5027c.tar.gz kooldock-b45d569f006db03b41784c1af3c42ecd46e5027c.zip |
avoid installing duplicates of icons
This closes #3.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'icons/CMakeLists.txt')
-rw-r--r-- | icons/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index d352db6..63f765b 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -1,3 +1 @@ tde_install_icons( ) - -tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/icons ) |