diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-12-23 10:20:37 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-01-05 00:18:36 (GMT) |
commit | d0f950fdba88ac08d0e25e340fe558eba008810e (patch) | |
tree | 03b68fa772c5bdec104ba851749365b3bb9fc3de /Source/cmTarget.h | |
parent | 26def1771dfbf502129212c9e728e34860477fac (diff) | |
download | CMake-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.h | 5 |
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); |