summaryrefslogtreecommitdiffstats
path: root/pics/zacman
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-08-19 16:05:44 +0200
committergregory guy <gregory-tde@laposte.net>2020-08-20 13:23:31 +0200
commit61e3123dccf41518a4959991c2e1ca53896ed945 (patch)
treec836eebbca16e2d167e88eae8bb65048f2526cdc /pics/zacman
parent12bd04ac0f9ca9e0fba934f89a8a56465f1f2efb (diff)
downloadtdepacman-61e3123dccf41518a4959991c2e1ca53896ed945.tar.gz
tdepacman-61e3123dccf41518a4959991c2e1ca53896ed945.zip
conversion to the cmake building system.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'pics/zacman')
-rw-r--r--pics/zacman/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/pics/zacman/CMakeLists.txt b/pics/zacman/CMakeLists.txt
new file mode 100644
index 0000000..6258b3d
--- /dev/null
+++ b/pics/zacman/CMakeLists.txt
@@ -0,0 +1,8 @@
+##### other data
+
+file( GLOB xpm_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.xpm )
+
+install(
+ FILES ${xpm_files}
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/pics/zacman
+)