diff options
Diffstat (limited to 'libtdegames/pics/CMakeLists.txt')
-rw-r--r-- | libtdegames/pics/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libtdegames/pics/CMakeLists.txt b/libtdegames/pics/CMakeLists.txt new file mode 100644 index 00000000..45e7c022 --- /dev/null +++ b/libtdegames/pics/CMakeLists.txt @@ -0,0 +1,9 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_install_icons( action-roll action-highscore action-endturn ) + + +##### other data ################################ +install( FILES star.png + DESTINATION ${DATA_INSTALL_DIR}/tdegames/pics +) |