VS: Port ComputeLongestObjectDirectory to cmGeneratorTarget

This commit is contained in:
Stephen Kelly
2015-10-23 18:26:38 +02:00
parent 01c2698693
commit 26e23e8463
6 changed files with 11 additions and 10 deletions

View File

@@ -44,7 +44,8 @@ public:
cmGlobalVisualStudioGenerator::VSVersion GetVersion() const;
virtual std::string ComputeLongestObjectDirectory(cmTarget&) const = 0;
virtual std::string
ComputeLongestObjectDirectory(cmGeneratorTarget const*) const = 0;
virtual void AddCMakeListsRules() = 0;