mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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:
@@ -66,6 +66,7 @@ protected:
|
||||
std::string GetManifests();
|
||||
|
||||
std::vector<std::string> GetLinkedTargetDirectories() const;
|
||||
std::string ComputeTargetCompilePDB() const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user