summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 17:19:45 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-05 16:20:46 (GMT)
commit766839c56da82e12b6986fb5cf7c8d86442615bc (patch)
treef5211551a1a77e40f7e37d5dbeedf32fe0eafdda /Source/cmTarget.h
parent47803e6f8e98984e740acf2f7c0a217de58717cd (diff)
downloadCMake-766839c56da82e12b6986fb5cf7c8d86442615bc.zip
CMake-766839c56da82e12b6986fb5cf7c8d86442615bc.tar.gz
CMake-766839c56da82e12b6986fb5cf7c8d86442615bc.tar.bz2
cmGeneratorTarget: Move GetLibraryNames from cmTarget.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 714647c..15dfb4a 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -399,13 +399,6 @@ public:
no soname at all. */
bool IsImportedSharedLibWithoutSOName(const std::string& config) const;
- /** Get the names of the library needed to generate a build rule
- that takes into account shared library version numbers. This
- should be called only on a library target. */
- void GetLibraryNames(std::string& name, std::string& soName,
- std::string& realName, std::string& impName,
- std::string& pdbName, const std::string& config) const;
-
/** Does this target have a GNU implib to convert to MS format? */
bool HasImplibGNUtoMS() const;