RunCMakeTest.cmake 356 B

1234567891011121314
  1. include(RunCMake)
  2. run_cmake(not_enough_args)
  3. run_cmake(alias_target)
  4. run_cmake(utility_target)
  5. run_cmake(invalid_args)
  6. run_cmake(invalid_args_on_interface)
  7. run_cmake(imported_target)
  8. run_cmake(no_target)
  9. run_cmake(not_a_cxx_feature)
  10. run_cmake(no_matching_cxx_feature)
  11. run_cmake(not_a_c_feature)
  12. run_cmake(no_matching_c_feature)
  13. run_cmake(cxx_not_enabled)