diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-08-27 13:10:51 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-08-28 15:41:18 (GMT) |
commit | fb1294c3a9c02500d04cd123fd74575be3aa0c6b (patch) | |
tree | e61ed921f9f54943eba7c1157db2e620a703f5c4 /Source/cmDocumentVariables.cxx | |
parent | b6f6802b3d0dc1a9ab7beb62a17bd0651d87a64f (diff) | |
download | CMake-fb1294c3a9c02500d04cd123fd74575be3aa0c6b.zip CMake-fb1294c3a9c02500d04cd123fd74575be3aa0c6b.tar.gz CMake-fb1294c3a9c02500d04cd123fd74575be3aa0c6b.tar.bz2 |
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 2c2d377..9c06832 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) |