cmGeneratorTarget: Move IsImportedSharedLibWithoutSOName from cmTarget.

This commit is contained in:
Stephen Kelly
2015-08-05 19:19:50 +02:00
parent 110fd2fba1
commit 3e428fdcb4
5 changed files with 19 additions and 19 deletions
+4
View File
@@ -415,6 +415,10 @@ public:
/** Whether this library defaults to \@rpath. */
bool MacOSXRpathInstallNameDirDefault() const;
/** Test for special case of a third-party shared library that has
no soname at all. */
bool IsImportedSharedLibWithoutSOName(const std::string& config) const;
private:
friend class cmTargetTraceDependencies;
struct SourceEntry { std::vector<cmSourceFile*> Depends; };