mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
15 lines
348 B
CMake
15 lines
348 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(AngleBracketsContent)
|
|
run_cmake(BadArgOutput)
|
|
run_cmake(BadArgContent)
|
|
run_cmake(BadArgGeneratorExpressionOutput)
|
|
run_cmake(UnrecognizedArgs)
|
|
run_cmake(DirOutput)
|
|
run_cmake(NewLineStyle-NoArg)
|
|
run_cmake(NewLineStyle-ValidArg)
|
|
run_cmake(NewLineStyle-WrongArg)
|
|
run_cmake(SubDir)
|
|
run_cmake(AtOnly)
|
|
run_cmake(EscapeQuotes)
|