summaryrefslogtreecommitdiff
path: root/graphics/images/ambient
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/images/ambient')
-rw-r--r--graphics/images/ambient/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
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)