mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
autogen: compute short directories too
Not just short directory roots. The test suites did an improper generator check and masked them as the generator masks were put in place after the core development but before the autogen-specific logic tests were created.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "cmLocalVisualStudioGenerator.h"
|
||||
#include "cmStateTypes.h"
|
||||
#include "cmVisualStudioGeneratorOptions.h"
|
||||
|
||||
class cmCustomCommand;
|
||||
@@ -76,7 +77,8 @@ public:
|
||||
void SetBuildType(BuildType, std::string const& name);
|
||||
|
||||
std::string GetTargetDirectory(
|
||||
cmGeneratorTarget const* target) const override;
|
||||
cmGeneratorTarget const* target,
|
||||
cmStateEnums::IntermediateDirKind kind) const override;
|
||||
cmSourceFile* CreateVCProjBuildRule();
|
||||
void WriteStampFiles();
|
||||
std::string ComputeLongestObjectDirectory(
|
||||
|
||||
Reference in New Issue
Block a user