mirror of
https://github.com/reactos/CMake.git
synced 2025-02-09 05:16:07 +00:00
![Jean-Christophe Fillion-Robin](/assets/img/avatar_default.png)
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.
|