mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 06:20:23 +00:00
4befecc77c
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.
6 lines
126 B
CMake
6 lines
126 B
CMake
include(ExternalData)
|
|
ExternalData_Add_Test(Data
|
|
NAME Test
|
|
COMMAND ${CMAKE_COMMAND} -E echo DATA{Data.txt,Bad:Option}
|
|
)
|