diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-17 13:08:13 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-18 14:29:30 (GMT) |
commit | eb3be7d68851ce87354f6bd90e0be3a670d22d56 (patch) | |
tree | dbee37acd61d0d9eabf4f391368abbcdc8995e9c /Source/cmGeneratorTarget.h | |
parent | d231c31b98eb80929d9aabf8e606abde39fc08f4 (diff) | |
download | CMake-eb3be7d68851ce87354f6bd90e0be3a670d22d56.zip CMake-eb3be7d68851ce87354f6bd90e0be3a670d22d56.tar.gz CMake-eb3be7d68851ce87354f6bd90e0be3a670d22d56.tar.bz2 |
cmGeneratorTarget: Move GetExportName from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index f5a894b..1029158 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -43,6 +43,8 @@ public: cmState::TargetType GetType() const; std::string GetName() const; + std::string GetExportName() const; + const char *GetProperty(const std::string& prop) const; bool GetPropertyAsBool(const std::string& prop) const; void GetSourceFiles(std::vector<cmSourceFile*>& files, |