diff options
Diffstat (limited to 'kolf/graphics/CMakeLists.txt')
-rw-r--r-- | kolf/graphics/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kolf/graphics/CMakeLists.txt b/kolf/graphics/CMakeLists.txt new file mode 100644 index 00000000..73b18fff --- /dev/null +++ b/kolf/graphics/CMakeLists.txt @@ -0,0 +1,5 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +install( FILES cup.png grass.png puddle.png sand.png + DESTINATION ${DATA_INSTALL_DIR}/kolf/pics/ +) |