summaryrefslogtreecommitdiff
path: root/Source/cmGeneratorTarget.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-02-14 10:23:23 +0100
committerStephen Kelly <steveire@gmail.com>2014-02-24 16:43:25 +0100
commitd3682d8647789db759270a2f9c96493167468e61 (patch)
tree4399606aa8e7da24a691aed49584f153dcad1814 /Source/cmGeneratorTarget.cxx
parent5771f81d91d232a143345dc05835323f36ab7ecc (diff)
downloadcmake-d3682d8647789db759270a2f9c96493167468e61.tar.gz
cmGeneratorTarget: Use a method to access the definition file.
Diffstat (limited to 'Source/cmGeneratorTarget.cxx')
-rw-r--r--Source/cmGeneratorTarget.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx
index 6223ed1028..e2810acb00 100644
--- a/Source/cmGeneratorTarget.cxx
+++ b/Source/cmGeneratorTarget.cxx
@@ -431,6 +431,12 @@ void cmGeneratorTarget::LookupObjectLibraries()
}
//----------------------------------------------------------------------------
+std::string cmGeneratorTarget::GetModuleDefinitionFile() const
+{
+ return this->ModuleDefinitionFile;
+}
+
+//----------------------------------------------------------------------------
void
cmGeneratorTarget::UseObjectLibraries(std::vector<std::string>& objs) const
{