summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-12-05 13:59:39 (GMT)
committerBrad King <brad.king@kitware.com>2013-01-15 19:33:45 (GMT)
commit7171fd0a903e71486e1d1cebc36aeaa2d2c71e8c (patch)
tree2bc4f1beea7bc741aeae7bccc4ca07991684c2b2 /Source/cmake.h
parentc0c8ef85fc8d65a47abfd293031bcde91e7ee930 (diff)
downloadCMake-7171fd0a903e71486e1d1cebc36aeaa2d2c71e8c.zip
CMake-7171fd0a903e71486e1d1cebc36aeaa2d2c71e8c.tar.gz
CMake-7171fd0a903e71486e1d1cebc36aeaa2d2c71e8c.tar.bz2
Add a way to check INTERFACE user property compatibility.
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index e5aa076..f6fe0d6 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -341,6 +341,8 @@ class cmake
bool chain = false,
const char *variableGroup = 0);
+ bool GetIsPropertyDefined(const char *name, cmProperty::ScopeType scope);
+
// get property definition
cmPropertyDefinition *GetPropertyDefinition
(const char *name, cmProperty::ScopeType scope);