Files

6 lines
103 B
CMake

function(test2)
unset(ARGNC)
cmake_parse_arguments(PARSE_ARGN pref "" "" "")
endfunction()
test2()