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
306 B

include(RunCMake)
run_cmake(C)
run_cmake(CXX)
if(CMake_TEST_CUDA)
run_cmake(CUDA)
endif()
if(CMake_TEST_Fortran)
run_cmake(Fortran)
endif()
if(CMake_TEST_HIP)
run_cmake(HIP)
endif()
if(CMake_TEST_ISPC)
run_cmake(ISPC)
endif()
if(CMake_TEST_OBJC)
run_cmake(OBJC)
run_cmake(OBJCXX)
endif()