10 lines
237 B
CMake
10 lines
237 B
CMake
|
include(RunCMake)
|
||
|
|
||
|
run_cmake(ContinueForeach)
|
||
|
run_cmake(ContinueForEachInLists)
|
||
|
run_cmake(ContinueNestedForeach)
|
||
|
run_cmake(ContinueWhile)
|
||
|
run_cmake(NoArgumentsToContinue)
|
||
|
run_cmake(NoEnclosingBlock)
|
||
|
run_cmake(NoEnclosingBlockInFunction)
|