cmGeneratorTarget: Move HasImportLibrary from cmTarget.

This commit is contained in:
Stephen Kelly
2015-10-09 23:45:55 +02:00
parent 8d2e3e53b9
commit 526cc7dc52
5 changed files with 17 additions and 6 deletions
+3
View File
@@ -398,6 +398,9 @@ public:
bool GetImplibGNUtoMS(std::string const& gnuName, std::string& out,
const char* newExt = 0) const;
/** Return whether or not the target has a DLL import library. */
bool HasImportLibrary() const;
struct SourceFileFlags
GetTargetSourceFileFlags(const cmSourceFile* sf) const;