summaryrefslogtreecommitdiffstats
path: root/kmahjongg/pics
diff options
context:
space:
mode:
authorAlexander Golubev <[email protected]>2016-02-25 06:23:55 +0300
committerSlávek Banko <[email protected]>2016-03-14 23:04:46 +0100
commit22eaaf46994712a7ea19be99d49c5ceb889470bd (patch)
tree6813293435ece498f1d90a99adfa5e9a49c875fe /kmahjongg/pics
parentfa5d2dca53e1046fe38ac7cf0210d45ad5cc5107 (diff)
downloadtdegames-22eaaf46994712a7ea19be99d49c5ceb889470bd.tar.gz
tdegames-22eaaf46994712a7ea19be99d49c5ceb889470bd.zip
Initial cmake conversion
(cherry picked from commit c70db62d3671e524d23ac974d296eb218159b000)
Diffstat (limited to 'kmahjongg/pics')
-rw-r--r--kmahjongg/pics/CMakeLists.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/kmahjongg/pics/CMakeLists.txt b/kmahjongg/pics/CMakeLists.txt
new file mode 100644
index 00000000..075fd742
--- /dev/null
+++ b/kmahjongg/pics/CMakeLists.txt
@@ -0,0 +1,23 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+
+install( FILES kmahjongg.png kmahjongg_bgnd.png splash.png newnum.xpm
+ DESTINATION ${DATA_INSTALL_DIR}/kmahjongg/pics
+)
+
+install( FILES default.tileset pirates.tileset runes.tileset
+ traditional.tileset
+ DESTINATION ${DATA_INSTALL_DIR}/kmahjongg/pics
+)
+
+install( FILES default.theme pirates.theme
+ DESTINATION ${DATA_INSTALL_DIR}/kmahjongg/pics
+)
+
+install( FILES default.layout cross.layout pirates.layout pyramid.layout
+ stax.layout test.layout test2.layout tower.layout triangle.layout
+ DESTINATION ${DATA_INSTALL_DIR}/kmahjongg/pics
+)
+
+install( FILES default.bgnd haze.bgnd pirates.bgnd slate.bgnd wood.bgnd
+ DESTINATION ${DATA_INSTALL_DIR}/kmahjongg/pics
+)