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.
16 lines
386 B
16 lines
386 B
include(RunCMake)
|
|
|
|
run_cmake(not_enough_args)
|
|
run_cmake(alias_target)
|
|
run_cmake(utility_target)
|
|
run_cmake(invalid_args)
|
|
run_cmake(invalid_args_on_interface)
|
|
run_cmake(imported_target)
|
|
run_cmake(no_target)
|
|
run_cmake(not_a_cxx_feature)
|
|
run_cmake(no_matching_cxx_feature)
|
|
run_cmake(not_a_c_feature)
|
|
run_cmake(no_matching_c_feature)
|
|
run_cmake(cxx_not_enabled)
|
|
run_cmake(empty_keyword_args)
|