You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
include(RunCMake)
|
|
|
|
|
|
|
|
run_cmake(EmptyGet0)
|
|
|
|
run_cmake(EmptyRemoveAt0)
|
|
|
|
run_cmake(EmptyInsert-1)
|
|
|
|
|
|
|
|
run_cmake(NoArguments)
|
|
|
|
run_cmake(InvalidSubcommand)
|
|
|
|
run_cmake(GET-CMP0007-WARN)
|
|
|
|
|
|
|
|
run_cmake(GET-InvalidIndex)
|
|
|
|
run_cmake(INSERT-InvalidIndex)
|
|
|
|
run_cmake(REMOVE_AT-InvalidIndex)
|
|
|
|
|
|
|
|
run_cmake(LENGTH-TooManyArguments)
|
|
|
|
run_cmake(REMOVE_DUPLICATES-TooManyArguments)
|
|
|
|
run_cmake(REVERSE-TooManyArguments)
|
|
|
|
run_cmake(SORT-TooManyArguments)
|
|
|
|
|
|
|
|
run_cmake(REMOVE_AT-NotList)
|
|
|
|
run_cmake(REMOVE_DUPLICATES-NotList)
|
|
|
|
run_cmake(REMOVE_ITEM-NotList)
|
|
|
|
run_cmake(REVERSE-NotList)
|
|
|
|
run_cmake(SORT-NotList)
|