diff options
author | Brad King <brad.king@kitware.com> | 2017-04-10 13:58:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-04-10 13:58:57 (GMT) |
commit | 63a57d1bd994338ec1b1c4e04f82b511d66ec761 (patch) | |
tree | dbee7026a6405463ae17c7736f9760bd6ca59061 | |
parent | 07790796fc32105c672f4fc6a3d2aa77611c652f (diff) | |
parent | 186dd8771eaee79979f7113dfad3c0d0ac3a2060 (diff) | |
download | CMake-63a57d1bd994338ec1b1c4e04f82b511d66ec761.zip CMake-63a57d1bd994338ec1b1c4e04f82b511d66ec761.tar.gz CMake-63a57d1bd994338ec1b1c4e04f82b511d66ec761.tar.bz2 |
Merge branch 'emulatorTargetPropertyDocs' into release
-rw-r--r-- | Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst b/Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst index d30a2f2..a0811bc 100644 --- a/Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst +++ b/Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst @@ -5,3 +5,7 @@ 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. + +This property is initialized by the value of the +:variable:`CMAKE_CROSSCOMPILING_EMULATOR` variable if it is set when a target +is created. |