diff options
Diffstat (limited to 'ksnake/data/backgrounds/CMakeLists.txt')
-rw-r--r-- | ksnake/data/backgrounds/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ksnake/data/backgrounds/CMakeLists.txt b/ksnake/data/backgrounds/CMakeLists.txt new file mode 100644 index 00000000..11982a26 --- /dev/null +++ b/ksnake/data/backgrounds/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +install( FILES Bark.png Blue_Carpet.png Dark_Wood.png Granite.png + Green_Carpet.png Mystique.png Rope_Weave.png Volcanic.png Wood.png + DESTINATION ${DATA_INSTALL_DIR}/ksnake/backgrounds +) |