summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-10-17 13:08:13 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-18 14:29:30 (GMT)
commiteb3be7d68851ce87354f6bd90e0be3a670d22d56 (patch)
treedbee37acd61d0d9eabf4f391368abbcdc8995e9c /Source/cmTarget.h
parentd231c31b98eb80929d9aabf8e606abde39fc08f4 (diff)
downloadCMake-eb3be7d68851ce87354f6bd90e0be3a670d22d56.zip
CMake-eb3be7d68851ce87354f6bd90e0be3a670d22d56.tar.gz
CMake-eb3be7d68851ce87354f6bd90e0be3a670d22d56.tar.bz2
cmGeneratorTarget: Move GetExportName from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 443a2d0..dafe86a 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -96,7 +96,6 @@ public:
///! Set/Get the name of the target
const std::string& GetName() const {return this->Name;}
- std::string GetExportName() const;
///! Set the cmMakefile that owns this target
void SetMakefile(cmMakefile *mf);