diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-09 21:45:55 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-12 16:39:59 (GMT) |
commit | 526cc7dc52673f1eeb1055ce381e0551f763daea (patch) | |
tree | db90d5ce3d8b6cbef17be99d5773208d90d5c95a /Source/cmGeneratorTarget.h | |
parent | 8d2e3e53b903b1ee38292b6bcdf3e4eeb5399a05 (diff) | |
download | CMake-526cc7dc52673f1eeb1055ce381e0551f763daea.zip CMake-526cc7dc52673f1eeb1055ce381e0551f763daea.tar.gz CMake-526cc7dc52673f1eeb1055ce381e0551f763daea.tar.bz2 |
cmGeneratorTarget: Move HasImportLibrary from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index e2be249..c6e56bf 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -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; |