summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-10-28 18:47:46 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-07-27 19:58:50 (GMT)
commit9f2dca805c8010636d4be7ef03d96bfc131c9809 (patch)
tree0fe3e34e2ef5344d53d3d0d5c41f36bb17942321 /Source/cmGeneratorTarget.h
parentc7a8e74b8c7ade9efb68b8bd36fd6d741f2dba7e (diff)
downloadCMake-9f2dca805c8010636d4be7ef03d96bfc131c9809.zip
CMake-9f2dca805c8010636d4be7ef03d96bfc131c9809.tar.gz
CMake-9f2dca805c8010636d4be7ef03d96bfc131c9809.tar.bz2
Move GetLocation to cmGeneratorTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 675ee9f..060007f 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -28,6 +28,9 @@ public:
cmLocalGenerator* GetLocalGenerator() const;
+ bool IsImported() const;
+ const char *GetLocation(const std::string& config) const;
+
int GetType() const;
std::string GetName() const;
const char *GetProperty(const std::string& prop) const;