diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-08-05 17:11:48 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-10 09:03:48 (GMT) |
commit | 110fd2fba1cbd6c3d89f5460d3f58a94d52d4546 (patch) | |
tree | 7acd538caf5325f28550bac50a61f264574c03fe /Source/cmTarget.h | |
parent | e73916992c6893572f24ee4fa631b33445d6cdf6 (diff) | |
download | CMake-110fd2fba1cbd6c3d89f5460d3f58a94d52d4546.zip CMake-110fd2fba1cbd6c3d89f5460d3f58a94d52d4546.tar.gz CMake-110fd2fba1cbd6c3d89f5460d3f58a94d52d4546.tar.bz2 |
cmGeneratorTarget: Move GetOutputTargetType 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 3cbee76..6ba9772 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -415,9 +415,6 @@ private: void SetPropertyDefault(const std::string& property, const char* default_value); - // Returns ARCHIVE, LIBRARY, or RUNTIME based on platform and type. - const char* GetOutputTargetType(bool implib) const; - std::string GetFullNameImported(const std::string& config, bool implib) const; |