diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2019-04-19 11:30:03 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2019-05-02 08:06:04 (GMT) |
commit | 1f4c9aa7d2c93f2377a6d1cb4cf2c1137466e927 (patch) | |
tree | f42251d7b7489092b2dcd513d1579946f6f76ce4 /Source/cmGeneratorTarget.h | |
parent | 3ee16ef31b78ff73d7a0c569fdb87b41f2a5e97d (diff) | |
download | CMake-1f4c9aa7d2c93f2377a6d1cb4cf2c1137466e927.zip CMake-1f4c9aa7d2c93f2377a6d1cb4cf2c1137466e927.tar.gz CMake-1f4c9aa7d2c93f2377a6d1cb4cf2c1137466e927.tar.bz2 |
Refactor: introduce method cmGeneratorTarget::GetFilePostfix
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 81f5255..0e0ee6a 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -543,6 +543,9 @@ public: cmStateEnums::ArtifactType artifact = cmStateEnums::RuntimeBinaryArtifact) const; + /** Get target file postfix */ + std::string GetFilePostfix(const std::string& config) const; + /** Clears cached meta data for local and external source files. * The meta data will be recomputed on demand. */ |