5 lines
94 B
CMake
Raw Normal View History

2016-10-30 18:24:19 +01:00
function(test2)
cmake_parse_arguments(PARSE_ARGV pref "" "" "" extra)
endfunction()
test2()