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