diff options
author | Matt McCormick <matt.mccormick@kitware.com> | 2015-03-24 04:02:50 (GMT) |
---|---|---|
committer | Matt McCormick <matt.mccormick@kitware.com> | 2015-04-07 17:33:34 (GMT) |
commit | 579c4bec6e2352448f78d9333f7382ff34a08e5a (patch) | |
tree | deb2161d3058d0ecdda1b126994cb5866d060853 /Help/manual/cmake-properties.7.rst | |
parent | 7ee897beec045761e796ac7468ed6e43cd58f1fe (diff) | |
download | CMake-579c4bec6e2352448f78d9333f7382ff34a08e5a.zip CMake-579c4bec6e2352448f78d9333f7382ff34a08e5a.tar.gz CMake-579c4bec6e2352448f78d9333f7382ff34a08e5a.tar.bz2 |
Properties: Add CROSSCOMPILING_EMULATOR target property.
Add CROSSCOMPILING_EMULATOR target property for executables. This is used by
subsequent patches to run exectuables created for the target system when
crosscompiling. The property is initialized by the
CMAKE_CROSSCOMPILING_EMULATOR variable when defined.
Diffstat (limited to 'Help/manual/cmake-properties.7.rst')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index affa75f..02d164b 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -119,6 +119,7 @@ Properties on Targets /prop_tgt/COMPILE_PDB_OUTPUT_DIRECTORY_CONFIG /prop_tgt/CONFIG_OUTPUT_NAME /prop_tgt/CONFIG_POSTFIX + /prop_tgt/CROSSCOMPILING_EMULATOR /prop_tgt/CXX_EXTENSIONS /prop_tgt/CXX_STANDARD /prop_tgt/CXX_STANDARD_REQUIRED |