BadArgvN1.cmake 96 B

1234
  1. function(test1)
  2. cmake_parse_arguments(PARSE_ARGV 0 pref "" "" "" extra)
  3. endfunction()
  4. test1()