cmGeneratorTarget: Move HasSOName from cmTarget.

This commit is contained in:
Stephen Kelly
2015-08-04 19:19:45 +02:00
parent 766839c56d
commit f0aa660772
8 changed files with 20 additions and 19 deletions
+3
View File
@@ -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.