230f2d6e70
Extend the ``DATA{Dir/,...}`` syntax with a new ``RECURSE:`` option to enable recursive matching of associated files. This will allow an entire directory tree of data to be referenced at once.
3 lines
91 B
CMake
3 lines
91 B
CMake
include(ExternalData)
|
|
ExternalData_Expand_Arguments(Data args DATA{Series.txt,:,RECURSE:})
|