diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-05 17:01:23 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-08 23:04:38 (GMT) |
commit | bf5eb4a3f394051d9245a7f0c3a18b4a1d2c948a (patch) | |
tree | 9ed9eda7183349df187679b430224a23f3898ab4 /Source/cmGeneratorTarget.h | |
parent | 49017cddab23702d8228a195f64934e61ab7667e (diff) | |
download | CMake-bf5eb4a3f394051d9245a7f0c3a18b4a1d2c948a.zip CMake-bf5eb4a3f394051d9245a7f0c3a18b4a1d2c948a.tar.gz CMake-bf5eb4a3f394051d9245a7f0c3a18b4a1d2c948a.tar.bz2 |
cmGeneratorTarget: Move ComputePDBOutputDir from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index f0f6d41..4ca0447 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -528,6 +528,9 @@ private: mutable bool DebugSourcesDone; mutable bool LinkImplementationLanguageIsContextDependent; + bool ComputePDBOutputDir(const std::string& kind, const std::string& config, + std::string& out) const; + public: std::vector<cmTarget const*> const& GetLinkImplementationClosure(const std::string& config) const; |