7 lines
101 B
CMake
7 lines
101 B
CMake
function (itsok)
|
|
message(OK!)
|
|
endfunction()
|
|
|
|
set (cmd CALL itsok)
|
|
cmake_language (${empty} ${cmd})
|