summaryrefslogtreecommitdiffstats
path: root/backgrounds
diff options
context:
space:
mode:
Diffstat (limited to 'backgrounds')
-rw-r--r--backgrounds/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/backgrounds/CMakeLists.txt b/backgrounds/CMakeLists.txt
new file mode 100644
index 0000000..1b00835
--- /dev/null
+++ b/backgrounds/CMakeLists.txt
@@ -0,0 +1,6 @@
+file( GLOB _pngs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.png )
+
+install(
+ FILES ${_pngs} alien-artifact.png.config
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/backgrounds
+)