Makefile,Ninja: De-duplicate MSVC compiler PDB path selection

Add a helper to cmCommonTargetGenerator instead of duplicating it
in cmMakefileTargetGenerator and cmNinjaTargetGenerator.
This commit is contained in:
Brad King
2016-12-15 16:15:28 -05:00
parent 59461c2696
commit 6271df8ff5
4 changed files with 25 additions and 31 deletions

View File

@@ -66,6 +66,7 @@ protected:
std::string GetManifests();
std::vector<std::string> GetLinkedTargetDirectories() const;
std::string ComputeTargetCompilePDB() const;
};
#endif