diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-16 17:19:50 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-16 18:24:43 (GMT) |
commit | a892b285f8c621ba50f45f5c4218980c911fd1b6 (patch) | |
tree | 4895142f18598d9510b4703a7d7541d0cebf6f4f /Source/cmGeneratorTarget.h | |
parent | cb8c728f17a61732064280ddb98203cb277e5a3c (diff) | |
download | CMake-a892b285f8c621ba50f45f5c4218980c911fd1b6.zip CMake-a892b285f8c621ba50f45f5c4218980c911fd1b6.tar.gz CMake-a892b285f8c621ba50f45f5c4218980c911fd1b6.tar.bz2 |
cmGeneratorTarget: Move ImportedGetLocation 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 cf8c18f..e48e36e 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -443,6 +443,8 @@ public: no soname at all. */ bool IsImportedSharedLibWithoutSOName(const std::string& config) const; + const char* ImportedGetLocation(const std::string& config) const; + private: friend class cmTargetTraceDependencies; struct SourceEntry { std::vector<cmSourceFile*> Depends; }; |