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