2013-11-03 12:27:13 +02:00

9 lines
118 B
CMake

function(my_func)
message("my_func")
endfunction()
variable_watch(a my_func)
set(a "")
variable_watch(b)
set(b "")