mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
VS: Port ComputeLongestObjectDirectory to cmGeneratorTarget
This commit is contained in:
@@ -56,7 +56,8 @@ public:
|
||||
std::string GetTargetDirectory(cmGeneratorTarget const* target) const;
|
||||
cmSourceFile* CreateVCProjBuildRule();
|
||||
void WriteStampFiles();
|
||||
virtual std::string ComputeLongestObjectDirectory(cmTarget&) const;
|
||||
virtual std::string
|
||||
ComputeLongestObjectDirectory(cmGeneratorTarget const*) const;
|
||||
|
||||
virtual void ReadAndStoreExternalGUID(const std::string& name,
|
||||
const char* path);
|
||||
|
||||
Reference in New Issue
Block a user