diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index b983629..45359bb 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -320,6 +320,10 @@ public: enabled. */ bool IsExecutableWithExports(); + /** Return whether this target is a shared library Framework on + Apple. */ + bool IsFrameworkOnApple(); + private: /** * A list of direct dependencies. Use in conjunction with DependencyMap. |