diff options
author | Brad King <brad.king@kitware.com> | 2019-04-08 11:52:50 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-04-08 11:52:58 (GMT) |
commit | 14270eab369c3b700d89ef385af2cb94a6497b1e (patch) | |
tree | ba92e35d06e15056bd869371b9977b3c95750a95 /Source/cmGeneratorTarget.h | |
parent | c756fbce9ba94e2d7f1b787d595df24dbe99c9c1 (diff) | |
parent | 1889ed923ea8c2dd204ca38b8109efdf1963c578 (diff) | |
download | CMake-14270eab369c3b700d89ef385af2cb94a6497b1e.zip CMake-14270eab369c3b700d89ef385af2cb94a6497b1e.tar.gz CMake-14270eab369c3b700d89ef385af2cb94a6497b1e.tar.bz2 |
Merge topic 'genex-output_name'
1889ed923e Genex: Add capability to retrieve base name for various target artifacts
26b6d2aff0 Refactor struct TargetFileSystemArtifact
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3190
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 3f2025e..065b457 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -503,6 +503,9 @@ public: OutputInfo const* GetOutputInfo(const std::string& config) const; + // Get the target PDB base name. + std::string GetPDBOutputName(const std::string& config) const; + /** Get the name of the pdb file for the target. */ std::string GetPDBName(const std::string& config = "") const; |