2013-10-13 16:25:08 +04:00
|
|
|
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)
|
2013-11-04 04:15:43 +04:00
|
|
|
run_cmake(not_a_c_feature)
|
|
|
|
run_cmake(no_matching_c_feature)
|