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.
8 lines
293 B
ReStructuredText
8 lines
293 B
ReStructuredText
CROSSCOMPILING_EMULATOR
|
|
-----------------------
|
|
|
|
Use the given emulator to run executables created when crosscompiling.
|
|
This command will be added as a prefix to :command:`add_test`,
|
|
:command:`add_custom_command`, and :command:`add_custom_target` commands
|
|
for built target system executables.
|