The `ARGC`/`ARGV#` variables in function scope hold the original arguments with no ;-list flattening. Add a way for functions to cleanly parse arguments that may contain `;`. This also avoids extra copying of the arguments. Co-Author: Brad King <brad.king@kitware.com>
13 lines
219 B
CMake
13 lines
219 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(Utils)
|
|
run_cmake(Initialization)
|
|
run_cmake(Mix)
|
|
run_cmake(CornerCases)
|
|
run_cmake(Errors)
|
|
run_cmake(ArgvN)
|
|
run_cmake(BadArgvN1)
|
|
run_cmake(BadArgvN2)
|
|
run_cmake(BadArgvN3)
|
|
run_cmake(BadArgvN4)
|