summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.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)
commitf0aa660772565545cbcda9ed8ae946b8d5097416 (patch)
treebb2cebad21b46bd465c4e5aaf16654a40e88576e /Source/cmGeneratorTarget.h
parent766839c56da82e12b6986fb5cf7c8d86442615bc (diff)
downloadCMake-f0aa660772565545cbcda9ed8ae946b8d5097416.zip
CMake-f0aa660772565545cbcda9ed8ae946b8d5097416.tar.gz
CMake-f0aa660772565545cbcda9ed8ae946b8d5097416.tar.bz2
cmGeneratorTarget: Move HasSOName from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r--Source/cmGeneratorTarget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h
index 7fb7c32..9254265 100644
--- a/Source/cmGeneratorTarget.h
+++ b/Source/cmGeneratorTarget.h
@@ -160,6 +160,9 @@ public:
std::vector<cmSourceFile*> const*
GetSourceDepends(cmSourceFile const* sf) const;
+ /** Whether this library has soname enabled and platform supports it. */
+ bool HasSOName(const std::string& config) const;
+
/**
* Flags for a given source file as used in this target. Typically assigned
* via SET_TARGET_PROPERTIES when the property is a list of source files.