summaryrefslogtreecommitdiff
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-07-12 13:36:15 -0400
committerBrad King <brad.king@kitware.com>2019-07-12 17:35:49 -0400
commit79f5ef19fe418efe2d9bfc55fcd16dfd75f18d49 (patch)
tree59b8b9e5e496443b9751533cb38398fb63cca5dc /Source/cmTarget.h
parent22d3eb5d5e4ce9c6371ab709655928552453fbda (diff)
downloadcmake-79f5ef19fe418efe2d9bfc55fcd16dfd75f18d49.tar.gz
De-duplicate checks for whether a platform uses Windows DLLs
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index f47cc14c2b..d9e87b8061 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;