9 lines
118 B
CMake
Raw Normal View History

2013-11-03 12:27:13 +02:00
function(my_func)
message("my_func")
endfunction()
variable_watch(a my_func)
set(a "")
variable_watch(b)
set(b "")