summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_compile_features/RunCMakeTest.cmake
blob: f2abef7ad19573c93b87195fc569fdc6fdfae3dd (plain)
1
2
3
4
5
6
7
8
9
10
11
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)