mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
Add a Module.ExternalData test to verify data retrieval and test
argument DATA{} references.
Add a RunCMake.ExternalData test to verify error handling and automatic
transformation of a raw data to a content link and staged object.
4 lines
121 B
CMake
4 lines
121 B
CMake
include(ExternalData)
|
|
set(ExternalData_SERIES_PARSE "(x)(y)$")
|
|
ExternalData_Expand_Arguments(Data args DATA{Data.txt,:})
|