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
100 B
CMake
3 lines
100 B
CMake
include(ExternalData)
|
|
ExternalData_Expand_Arguments(Data args DATA{Directory1/,RECURSE:x,Data.dat})
|