index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
cmake_parse_arguments
/
BadArgvN2.cmake
blob: d20c2c8519ef32699179823b26faed34d15f7ad5 (
plain
)
1
2
3
4
function(test2) cmake_parse_arguments(PARSE_ARGV pref "" "" "" extra) endfunction() test2()