summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-04-08 13:03:45 (GMT)
committerBrad King <brad.king@kitware.com>2015-04-08 13:06:22 (GMT)
commit1975d53ae19c46ee4f7384cc96be355f7e94df61 (patch)
treed095538c80f08bfda462e771043a18805e492cba /Help
parent9160d6c241adaeacc106d5b2ce4530f223345f22 (diff)
downloadCMake-1975d53ae19c46ee4f7384cc96be355f7e94df61.zip
CMake-1975d53ae19c46ee4f7384cc96be355f7e94df61.tar.gz
CMake-1975d53ae19c46ee4f7384cc96be355f7e94df61.tar.bz2
Help: Add notes for topic 'emulator-property'
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/emulator-property.rst7
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.