summaryrefslogtreecommitdiffstats
path: root/kdpkg-install/icons
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-05-09 16:11:56 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-05-13 22:57:45 +0200
commit8ac32bf262973443d17fd367583a44e2e7d85cc5 (patch)
tree1e45f424ba5ccd20ce3edd4d1be8b8b778950cd2 /kdpkg-install/icons
parente83b7d7ec918703ac1352059e801ca88882bd152 (diff)
downloadkdpkg-8ac32bf262973443d17fd367583a44e2e7d85cc5.tar.gz
kdpkg-8ac32bf262973443d17fd367583a44e2e7d85cc5.zip
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 26f73f5100c4917f50f593f55fc96776055d2b39)
Diffstat (limited to 'kdpkg-install/icons')
-rw-r--r--kdpkg-install/icons/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/kdpkg-install/icons/CMakeLists.txt b/kdpkg-install/icons/CMakeLists.txt
new file mode 100644
index 0000000..904fe23
--- /dev/null
+++ b/kdpkg-install/icons/CMakeLists.txt
@@ -0,0 +1,6 @@
+file( GLOB _pics RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.png )
+
+install(
+ FILES ${_pics}
+ DESTINATION ${SHARE_INSTALL_PREFIX}/${PROJECT_NAME}/icons
+)