5 lines
94 B
CMake
5 lines
94 B
CMake
function(test2)
|
|
cmake_parse_arguments(PARSE_ARGV pref "" "" "" extra)
|
|
endfunction()
|
|
test2()
|