summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-05 17:19:50 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-10-10 09:03:48 (GMT)
commit3e428fdcb4640411f8cbc4adc42c30b9c8b8032e (patch)
tree17340538688948d3a8057daaac73672f761296d3 /Source/cmGeneratorTarget.h
parent110fd2fba1cbd6c3d89f5460d3f58a94d52d4546 (diff)
downloadCMake-3e428fdcb4640411f8cbc4adc42c30b9c8b8032e.zip
CMake-3e428fdcb4640411f8cbc4adc42c30b9c8b8032e.tar.gz
CMake-3e428fdcb4640411f8cbc4adc42c30b9c8b8032e.tar.bz2
cmGeneratorTarget: Move IsImportedSharedLibWithoutSOName from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 0e41661..49de632 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -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; };