5 lines
96 B
CMake
Raw Normal View History

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