mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
De-duplicate checks for whether a platform uses Windows DLLs
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user