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/cmTarget.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/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index e53afff..a6f2465 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -552,9 +552,6 @@ private: // Returns ARCHIVE, LIBRARY, or RUNTIME based on platform and type. const char* GetOutputTargetType(bool implib) const; - // Get the target base name. - std::string GetOutputName(const std::string& config, bool implib) const; - std::string GetFullNameImported(const std::string& config, bool implib) const; |