diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 38bd036..51bbd54 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -205,6 +205,7 @@ public: //! Return whether or not we are targeting AIX. bool IsAIX() const; + bool IsNormal() const; bool IsImported() const; bool IsImportedGloballyVisible() const; bool IsPerConfig() const; |