summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-16 17:19:50 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-16 18:24:43 (GMT)
commita892b285f8c621ba50f45f5c4218980c911fd1b6 (patch)
tree4895142f18598d9510b4703a7d7541d0cebf6f4f /Source/cmGeneratorTarget.h
parentcb8c728f17a61732064280ddb98203cb277e5a3c (diff)
downloadCMake-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.h2
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; };