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.
26 lines
834 B
26 lines
834 B
4 years ago
|
include(RunCMake)
|
||
|
|
||
|
run_cmake(no_parameters)
|
||
|
run_cmake(unknown_meta_operation)
|
||
|
run_cmake(call_invalid_command)
|
||
|
run_cmake(call_valid_command)
|
||
|
run_cmake(call_double_evaluation)
|
||
|
run_cmake(call_expanded_command)
|
||
|
run_cmake(call_expanded_command_and_arguments)
|
||
|
run_cmake(call_expanded_command_with_explicit_argument)
|
||
|
run_cmake(call_expand_command_name)
|
||
|
run_cmake(call_expand_function_name)
|
||
|
run_cmake(call_message)
|
||
|
run_cmake(call_message_fatal_error)
|
||
|
run_cmake(call_no_parameters)
|
||
|
run_cmake(call_preserve_arguments)
|
||
|
run_cmake(call_unknown_function)
|
||
|
run_cmake(eval_expand_command_name)
|
||
|
run_cmake(eval_expanded_command_and_arguments)
|
||
|
run_cmake(eval_extra_parameters_between_eval_and_code)
|
||
|
run_cmake(eval_message)
|
||
|
run_cmake(eval_message_fatal_error)
|
||
|
run_cmake(eval_no_code)
|
||
|
run_cmake(eval_no_parameters)
|
||
|
run_cmake(eval_variable_outside_message)
|