CROSSCOMPILING_EMULATOR.rst 433 B

1234567891011
  1. CROSSCOMPILING_EMULATOR
  2. -----------------------
  3. Use the given emulator to run executables created when crosscompiling.
  4. This command will be added as a prefix to :command:`add_test`,
  5. :command:`add_custom_command`, and :command:`add_custom_target` commands
  6. for built target system executables.
  7. This property is initialized by the value of the
  8. :variable:`CMAKE_CROSSCOMPILING_EMULATOR` variable if it is set when a target
  9. is created.