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