diff options
Diffstat (limited to 'data/strategy')
-rw-r--r-- | data/strategy/CMakeLists.txt | 5 |
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 + */* +) |