diff options
Diffstat (limited to 'graphics/tiles/CMakeLists.txt')
-rw-r--r-- | graphics/tiles/CMakeLists.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/tiles/CMakeLists.txt b/graphics/tiles/CMakeLists.txt new file mode 100644 index 00000000..904042bb --- /dev/null +++ b/graphics/tiles/CMakeLists.txt @@ -0,0 +1,22 @@ +SET(FILES + arena.png + cave.png + collision.png + desert1.png + desert2.png + desert_x2.png + desert_x3.png + icecave.png + inn.png + mountain.png + snow_building.png + snow_x2.png + snow_x3.png + snowset.png + trans_woodland-desert.png + Woodland_ground.png + Woodland_x2.png + Woodland_x3.png + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/tiles) |