diff options
author | Brad King <brad.king@kitware.com> | 2013-10-07 19:41:49 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-10-07 19:41:49 (GMT) |
commit | 1e54b380cba9f654a7bf45f5ff9db80cbb662438 (patch) | |
tree | 3bb095d0fcc59bb725acad76e47d2c27cc4fe57b /Source/cmDocumentVariables.cxx | |
parent | a65df441f2f1acefd1900382b09c410f9c15f4b2 (diff) | |
parent | fb1294c3a9c02500d04cd123fd74575be3aa0c6b (diff) | |
download | CMake-1e54b380cba9f654a7bf45f5ff9db80cbb662438.zip CMake-1e54b380cba9f654a7bf45f5ff9db80cbb662438.tar.gz CMake-1e54b380cba9f654a7bf45f5ff9db80cbb662438.tar.bz2 |
Merge topic 'MAP_IMPORTED_CONFIG-property-default'
fb1294c cmTarget: Add initializer for MAP_IMPORTED_CONFIG_<CONFIG>
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-rw-r--r-- | Source/cmDocumentVariables.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx index c4f6216..54f41af 100644 --- a/Source/cmDocumentVariables.cxx +++ b/Source/cmDocumentVariables.cxx @@ -1578,6 +1578,14 @@ void cmDocumentVariables::DefineVariables(cmake* cm) "See that target property for additional information.", false, "Variables that Control the Build"); + cm->DefineProperty + ("CMAKE_MAP_IMPORTED_CONFIG_<CONFIG>", cmProperty::VARIABLE, + "Default value for MAP_IMPORTED_CONFIG_<CONFIG> of targets.", + "This variable is used to initialize the " + "MAP_IMPORTED_CONFIG_<CONFIG> property on all the targets. " + "See that target property for additional information.", + false, + "Variables that Control the Build"); // Variables defined when the a language is enabled These variables will // also be defined whenever CMake has loaded its support for compiling (LANG) |