summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorMarek Antoniak <kfazol@gmail.com>2019-05-30 14:11:10 (GMT)
committerBrad King <brad.king@kitware.com>2019-06-03 14:17:17 (GMT)
commitfec441ec17d74b6444fad2a3e32a47dd19f1be5b (patch)
tree073dc1ab354485e4be0caba5730b83bad97a979f /Help/prop_tgt
parent3cb5a8d9b3add4394b12d61b5ce83ea6ca148fd1 (diff)
downloadCMake-fec441ec17d74b6444fad2a3e32a47dd19f1be5b.zip
CMake-fec441ec17d74b6444fad2a3e32a47dd19f1be5b.tar.gz
CMake-fec441ec17d74b6444fad2a3e32a47dd19f1be5b.tar.bz2
Teach CROSSCOMPILING_EMULATOR to support arguments
Fixes: #19321
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst b/Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst
index a0811bc..87c5978 100644
--- a/Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst
+++ b/Help/prop_tgt/CROSSCOMPILING_EMULATOR.rst
@@ -6,6 +6,10 @@ 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.
+If this property contains a :ref:`semicolon-separated list <CMake Language
+Lists>`, then the first value is the command and remaining values are its
+arguments.
+
This property is initialized by the value of the
:variable:`CMAKE_CROSSCOMPILING_EMULATOR` variable if it is set when a target
is created.