From fd2152bcd50d97e59a43633dfd8783c8c01f9069 Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Thu, 26 Oct 2006 19:34:59 +0000 Subject: Merged CMake branch --- graphics/images/CMakeLists.txt | 16 ++++++++++++++++ graphics/images/ambient/CMakeLists.txt | 8 ++++++++ 2 files changed, 24 insertions(+) create mode 100644 graphics/images/CMakeLists.txt create mode 100644 graphics/images/ambient/CMakeLists.txt (limited to 'graphics/images') diff --git a/graphics/images/CMakeLists.txt b/graphics/images/CMakeLists.txt new file mode 100644 index 00000000..d406c7b2 --- /dev/null +++ b/graphics/images/CMakeLists.txt @@ -0,0 +1,16 @@ +ADD_SUBDIRECTORY(ambient) + +SET (FILES + login_wallpaper.png + minimap_new_1-1.png + minimap_new_2-1.png + minimap_new_3-1.png + minimap_new_5-1.png + minimap_new_7-1.png + minimap_new_9-1.png + minimap_new_14-1.png + minimap_new_15-1.png + minimap_new_16-1.png + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/images) diff --git a/graphics/images/ambient/CMakeLists.txt b/graphics/images/ambient/CMakeLists.txt new file mode 100644 index 00000000..86a36bd5 --- /dev/null +++ b/graphics/images/ambient/CMakeLists.txt @@ -0,0 +1,8 @@ +SET (FILES + clouds.png + night.png + sandstorm.png + spotlight.png + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/images/ambient) -- cgit v1.2.3-60-g2f50