diff options
author | Brad King <brad.king@kitware.com> | 2015-04-08 13:03:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-04-08 13:06:22 (GMT) |
commit | 1975d53ae19c46ee4f7384cc96be355f7e94df61 (patch) | |
tree | d095538c80f08bfda462e771043a18805e492cba /Help/release/dev | |
parent | 9160d6c241adaeacc106d5b2ce4530f223345f22 (diff) | |
download | CMake-1975d53ae19c46ee4f7384cc96be355f7e94df61.zip CMake-1975d53ae19c46ee4f7384cc96be355f7e94df61.tar.gz CMake-1975d53ae19c46ee4f7384cc96be355f7e94df61.tar.bz2 |
Help: Add notes for topic 'emulator-property'
Diffstat (limited to 'Help/release/dev')
-rw-r--r-- | Help/release/dev/emulator-property.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/emulator-property.rst b/Help/release/dev/emulator-property.rst new file mode 100644 index 0000000..1bc2f2d --- /dev/null +++ b/Help/release/dev/emulator-property.rst @@ -0,0 +1,7 @@ +emulator-property +----------------- + +* A :prop_tgt:`CROSSCOMPILING_EMULATOR` target property and supporting + :variable:`CMAKE_CROSSCOMPILING_EMULATOR` variable were introduced + to allow target platform binaries to run on the host during cross + compiling. |