diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-06-06 13:40:26 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-06-06 13:44:16 (GMT) |
commit | ccbc2259137fe61a770bb0b5538a20bf5e00bc8f (patch) | |
tree | 26a637da257293781f249ac6309133b1fae914d7 /Source/cmTarget.h | |
parent | 50a1bd3df13d47167d55fb1584b2c1bc7235884b (diff) | |
download | CMake-ccbc2259137fe61a770bb0b5538a20bf5e00bc8f.zip CMake-ccbc2259137fe61a770bb0b5538a20bf5e00bc8f.tar.gz CMake-ccbc2259137fe61a770bb0b5538a20bf5e00bc8f.tar.bz2 |
cmGeneratorTarget: Move Feature API from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 0cbb575..f20966a 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -260,11 +260,6 @@ public: bool GetPropertyAsBool(const std::string& prop) const; void CheckProperty(const std::string& prop, cmMakefile* context) const; - const char* GetFeature(const std::string& feature, - const std::string& config) const; - bool GetFeatureAsBool(const std::string& feature, - const std::string& config) const; - bool IsImported() const {return this->IsImportedTarget;} void GetObjectLibrariesCMP0026(std::vector<cmTarget*>& objlibs) const; |