diff options
author | Brad King <brad.king@kitware.com> | 2019-07-12 17:36:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-07-12 21:35:49 (GMT) |
commit | 79f5ef19fe418efe2d9bfc55fcd16dfd75f18d49 (patch) | |
tree | 59b8b9e5e496443b9751533cb38398fb63cca5dc /Source/cmTarget.h | |
parent | 22d3eb5d5e4ce9c6371ab709655928552453fbda (diff) | |
download | CMake-79f5ef19fe418efe2d9bfc55fcd16dfd75f18d49.zip CMake-79f5ef19fe418efe2d9bfc55fcd16dfd75f18d49.tar.gz CMake-79f5ef19fe418efe2d9bfc55fcd16dfd75f18d49.tar.bz2 |
De-duplicate checks for whether a platform uses Windows DLLs
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index f47cc14..d9e87b8 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -177,6 +177,9 @@ public: //! Get all properties cmPropertyMap const& GetProperties() const; + //! Return whether or not the target is for a DLL platform. + bool IsDLLPlatform() const; + bool IsImported() const; bool IsImportedGloballyVisible() const; |