mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
VS: Port ComputeLongestObjectDirectory to cmGeneratorTarget
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user