mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Introduce a mode similar to `PARSE_ARGV` that avoids needing to specify the number of normal function arguments. Closes: #25376
20 lines
376 B
CMake
20 lines
376 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(Utils)
|
|
run_cmake(Initialization)
|
|
run_cmake(Mix)
|
|
run_cmake(CornerCases)
|
|
run_cmake(Errors)
|
|
run_cmake(ArgvN)
|
|
run_cmake(ArgN)
|
|
run_cmake(BadArgvN1)
|
|
run_cmake(BadArgvN2)
|
|
run_cmake(BadArgvN3)
|
|
run_cmake(BadArgvN4)
|
|
run_cmake(BadArgN1)
|
|
run_cmake(BadArgN2)
|
|
run_cmake(BadArgN3)
|
|
run_cmake(BadArgN4)
|
|
run_cmake(CornerCasesArgvN)
|
|
run_cmake(KeyWordsMissingValues)
|