6 lines
61 B
CMake
6 lines
61 B
CMake
function(FUNC)
|
|
return(PROPAGATE VAR)
|
|
endfunction()
|
|
|
|
func()
|