8c2cedc624
Teach the `add_custom_command` and `add_custom_target' commands to substitute argv0 with the crosscompiling emulator if it is a target with the `CROSSCOMPILING_EMULATOR` property set.
6 lines
227 B
CMake
6 lines
227 B
CMake
foreach(output IN ITEMS output1 output2 output3 output4)
|
|
if(NOT EXISTS "${RunCMake_TEST_BINARY_DIR}/${output}")
|
|
message(FATAL_ERROR "Failed to create output: ${RunCMake_TEST_BINARY_DIR}/${output}")
|
|
endif()
|
|
endforeach()
|