summaryrefslogtreecommitdiff
path: root/Source/cmCommonTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-12-15 16:15:28 -0500
committerBrad King <brad.king@kitware.com>2016-12-15 16:20:21 -0500
commit6271df8ff5ce5552929bb76440fa432641498800 (patch)
tree88bf43220618c502161104708b96cbe0ef26410c /Source/cmCommonTargetGenerator.h
parent59461c2696e46f5d3eaf5753ee4f7d2ee6eb71a6 (diff)
downloadcmake-6271df8ff5ce5552929bb76440fa432641498800.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCommonTargetGenerator.h b/Source/cmCommonTargetGenerator.h
index bdd6645ff5..d67fefbd16 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