diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index afe2862..3e7d838 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -205,6 +205,9 @@ public: void GetFullName(std::string& prefix, std::string& base, std::string& suffix, const char* config=0, bool implib = false); + + /** Get the name of the pdb file for the target. */ + std::string GetPDBName(const char* config=0); /** Get the full path to the target according to the settings in its makefile and the configuration type. */ |