diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-18 22:34:23 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-20 22:36:09 (GMT) |
commit | 83703bda7d1017e1f75ec1b92d672d5ef17194d5 (patch) | |
tree | 1dc551849f31b187c08332f71d9a596567338c6b /Source/cmGeneratorTarget.h | |
parent | 9afbb733ec2a55424e6c25c6afa7fdd14219d6b1 (diff) | |
download | CMake-83703bda7d1017e1f75ec1b92d672d5ef17194d5.zip CMake-83703bda7d1017e1f75ec1b92d672d5ef17194d5.tar.gz CMake-83703bda7d1017e1f75ec1b92d672d5ef17194d5.tar.bz2 |
cmGeneratorTarget: Copy IsExecutableWithExports from cmTarget.
Diffstat (limited to 'Source/cmGeneratorTarget.h')
-rw-r--r-- | Source/cmGeneratorTarget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGeneratorTarget.h b/Source/cmGeneratorTarget.h index 6537421..a6b7f6e 100644 --- a/Source/cmGeneratorTarget.h +++ b/Source/cmGeneratorTarget.h @@ -406,6 +406,8 @@ public: bool GetImplibGNUtoMS(std::string const& gnuName, std::string& out, const char* newExt = 0) const; + bool IsExecutableWithExports() const; + /** Return whether or not the target has a DLL import library. */ bool HasImportLibrary() const; |