2016-10-30 18:24:19 +01:00

5 lines
94 B
CMake

function(test2)
cmake_parse_arguments(PARSE_ARGV pref "" "" "" extra)
endfunction()
test2()