3 lines
63 B
CMake
3 lines
63 B
CMake
|
set (my_call "CALL")
|
||
|
cmake_language (${my_call} message "OK!")
|