summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-02-14 09:23:23 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-02-24 15:43:25 (GMT)
commitd3682d8647789db759270a2f9c96493167468e61 (patch)
tree4399606aa8e7da24a691aed49584f153dcad1814 /Source/cmGeneratorTarget.cxx
parent5771f81d91d232a143345dc05835323f36ab7ecc (diff)
downloadCMake-d3682d8647789db759270a2f9c96493167468e61.zip
CMake-d3682d8647789db759270a2f9c96493167468e61.tar.gz
CMake-d3682d8647789db759270a2f9c96493167468e61.tar.bz2
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 6223ed1..e2810ac 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
{