NoWatcher.cmake 118 B

12345678
  1. function(my_func)
  2. message("my_func")
  3. endfunction()
  4. variable_watch(a my_func)
  5. set(a "")
  6. variable_watch(b)
  7. set(b "")