summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-12-23 10:20:37 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-01-05 00:18:36 (GMT)
commitd0f950fdba88ac08d0e25e340fe558eba008810e (patch)
tree03b68fa772c5bdec104ba851749365b3bb9fc3de /Source/cmTarget.h
parent26def1771dfbf502129212c9e728e34860477fac (diff)
downloadCMake-d0f950fdba88ac08d0e25e340fe558eba008810e.zip
CMake-d0f950fdba88ac08d0e25e340fe558eba008810e.tar.gz
CMake-d0f950fdba88ac08d0e25e340fe558eba008810e.tar.bz2
Use mapped config properties to evaluate $<CONFIG>
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 3f36050..52d5ca6 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -404,6 +404,11 @@ public:
// Get the properties
cmPropertyMap &GetProperties() { return this->Properties; };
+ bool GetMappedConfig(std::string const& desired_config,
+ const char** loc,
+ const char** imp,
+ std::string& suffix);
+
// Define the properties
static void DefineProperties(cmake *cm);