summaryrefslogtreecommitdiff
path: root/data/strategy
diff options
context:
space:
mode:
Diffstat (limited to 'data/strategy')
-rw-r--r--data/strategy/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/strategy/CMakeLists.txt b/data/strategy/CMakeLists.txt
new file mode 100644
index 0000000..c7c93fc
--- /dev/null
+++ b/data/strategy/CMakeLists.txt
@@ -0,0 +1,5 @@
+file(GLOB DATA_STRATEGY
+ LIST_DIRECTORIES false
+ CONFIGURE_DEPENDS
+ */*
+)