diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-26 17:05:27 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-26 17:05:27 (GMT) |
commit | f8261ff9f7085b8931da08a034569d81f87e83a5 (patch) | |
tree | 88fea472fc84df69fe1e4feb5879b92dead7fec9 /Source/cmake.h | |
parent | 5fb7dab5416a3444cae09f857794cca5e312b09f (diff) | |
download | CMake-f8261ff9f7085b8931da08a034569d81f87e83a5.zip CMake-f8261ff9f7085b8931da08a034569d81f87e83a5.tar.gz CMake-f8261ff9f7085b8931da08a034569d81f87e83a5.tar.bz2 |
STYLE: change global cmake variable CMAKE_TARGET_SUPPORTS_ONLY_STATIC_LIBS
to the first global cmake property TARGET_SUPPORTS_SHARED_LIBS
Alex
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 8f6b283..f61cf90 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -312,6 +312,9 @@ class cmake bool IsPropertyDefined(const char *name, cmProperty::ScopeType scope); bool IsPropertyChained(const char *name, cmProperty::ScopeType scope); + // Define the properties + static void DefineProperties(cmake *cm); + protected: cmPropertyMap Properties; |