cmGlobalGenerator: Extract a ComputeTargetObjectDirectory interface.

Make it public for future external calls.
This commit is contained in:
Stephen Kelly
2014-03-12 21:09:20 +01:00
parent d5b2e33be2
commit cd43433de5
10 changed files with 56 additions and 23 deletions
+1
View File
@@ -204,6 +204,7 @@ private:
std::vector<std::string> const& defines,
bool dflag = false);
void ComputeTargetObjectDirectory(cmGeneratorTarget* gt) const;
protected:
virtual const char* GetInstallTargetName() const { return "install"; }
virtual const char* GetPackageTargetName() const { return "package"; }