diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-04 17:19:46 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-05 16:20:46 (GMT) |
commit | 3df705681be123d93146156fec3166b41b19465a (patch) | |
tree | 26ce60be496924a75273a7a4a8e12ae60b1436d0 /Source/cmGeneratorTarget.h | |
parent | a45fed81e5fd5d9b280c8dd70d50c9606a982a0b (diff) | |
download | CMake-3df705681be123d93146156fec3166b41b19465a.zip CMake-3df705681be123d93146156fec3166b41b19465a.tar.gz CMake-3df705681be123d93146156fec3166b41b19465a.tar.bz2 |
cmGeneratorTarget: Move GetPDBName 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 9cdfd00..441bbcf 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -160,6 +160,9 @@ public: std::vector<cmSourceFile*> const* GetSourceDepends(cmSourceFile const* sf) const; + /** Get the name of the pdb file for the target. */ + std::string GetPDBName(const std::string& config="") const; + /** Whether this library has soname enabled and platform supports it. */ bool HasSOName(const std::string& config) const; |