You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
404 B
14 lines
404 B
variable_watch
|
|
--------------
|
|
|
|
Watch the CMake variable for change.
|
|
|
|
::
|
|
|
|
variable_watch(<variable name> [<command to execute>])
|
|
|
|
If the specified variable changes, the message will be printed about
|
|
the variable being changed. If the command is specified, the command
|
|
will be executed. The command will receive the following arguments:
|
|
COMMAND(<variable> <access> <value> <current list file> <stack>)
|