CMake/Tests/RunCMake/ExternalData/BadRecurse1.cmake
Brad King 230f2d6e70 ExternalData: Add option to recursively match under directories
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.
2015-03-27 14:44:54 -04:00

3 lines
91 B
CMake

include(ExternalData)
ExternalData_Expand_Arguments(Data args DATA{Series.txt,:,RECURSE:})