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