diff options
author | Brad King <brad.king@kitware.com> | 2016-12-15 21:15:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-12-15 21:20:21 (GMT) |
commit | 6271df8ff5ce5552929bb76440fa432641498800 (patch) | |
tree | 88bf43220618c502161104708b96cbe0ef26410c /Source/cmCommonTargetGenerator.h | |
parent | 59461c2696e46f5d3eaf5753ee4f7d2ee6eb71a6 (diff) | |
download | CMake-6271df8ff5ce5552929bb76440fa432641498800.zip CMake-6271df8ff5ce5552929bb76440fa432641498800.tar.gz CMake-6271df8ff5ce5552929bb76440fa432641498800.tar.bz2 |
Makefile,Ninja: De-duplicate MSVC compiler PDB path selection
Add a helper to cmCommonTargetGenerator instead of duplicating it
in cmMakefileTargetGenerator and cmNinjaTargetGenerator.
Diffstat (limited to 'Source/cmCommonTargetGenerator.h')
-rw-r--r-- | Source/cmCommonTargetGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCommonTargetGenerator.h b/Source/cmCommonTargetGenerator.h index bdd6645..d67fefb 100644 --- a/Source/cmCommonTargetGenerator.h +++ b/Source/cmCommonTargetGenerator.h @@ -66,6 +66,7 @@ protected: std::string GetManifests(); std::vector<std::string> GetLinkedTargetDirectories() const; + std::string ComputeTargetCompilePDB() const; }; #endif |