blob: 2dd9c7fbe85e0cb1e2dac8cf731718ba3ed658b8 [file] [log] [blame]
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()