diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-04 17:19:50 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-08-05 16:20:50 (GMT) |
commit | 34c437411dad89c671261269f2067129584a4259 (patch) | |
tree | 1fcbb13800503f7103ad6022b4ca13ea07d6ef8a /Source/cmGeneratorTarget.h | |
parent | 4329a71c128f8a8fca48a8827226d09f61fcbe85 (diff) | |
download | CMake-34c437411dad89c671261269f2067129584a4259.zip CMake-34c437411dad89c671261269f2067129584a4259.tar.gz CMake-34c437411dad89c671261269f2067129584a4259.tar.bz2 |
cmGeneratorTarget: Move GetOutputName 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 21e0900..52ab6c0 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -230,6 +230,9 @@ public: /** Get the path for the MSVC /Fd option for this target. */ std::string GetCompilePDBPath(const std::string& config="") const; + // Get the target base name. + std::string GetOutputName(const std::string& config, bool implib) const; + /** * Flags for a given source file as used in this target. Typically assigned * via SET_TARGET_PROPERTIES when the property is a list of source files. |