Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
variable_watch
/
NoWatcher.cmake
blob: 8a68efbe429ba53334682b2b429d36a72bc7f5b9 [
file
] [
log
] [
blame
]
function
(
my_func
)
message
(
"my_func"
)
endfunction
()
variable_watch
(
a my_func
)
set
(
a
""
)
variable_watch
(
b
)
set
(
b
""
)