summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CrosscompilingEmulator/AddCustomTarget.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Check that CROSSCOMPILING_EMULATOR is not used on imported targetsBrad King2016-10-281-1/+15
|
* CustomCommandGenerator: Add support for CROSSCOMPILING_EMULATORJean-Christophe Fillion-Robin2016-05-091-0/+30
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.