mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
ENH: added the ability to document variables and cached_variables
This commit is contained in:
+2
-1
@@ -22,7 +22,8 @@
|
||||
class cmProperty
|
||||
{
|
||||
public:
|
||||
enum ScopeType { TARGET, SOURCE_FILE, DIRECTORY, GLOBAL, TEST };
|
||||
enum ScopeType { TARGET, SOURCE_FILE, DIRECTORY, GLOBAL,
|
||||
TEST, VARIABLE, CACHED_VARIABLE };
|
||||
|
||||
// set this property
|
||||
void Set(const char *name, const char *value);
|
||||
|
||||
Reference in New Issue
Block a user