1c5f01b2fSopenharmony_cicmake_minimum_required(VERSION 3.18) 2c5f01b2fSopenharmony_ciproject(json_cuda LANGUAGES CUDA) 3c5f01b2fSopenharmony_ci 4c5f01b2fSopenharmony_ciadd_executable(json_cuda json_cuda.cu) 5c5f01b2fSopenharmony_citarget_include_directories(json_cuda PRIVATE ../../include) 6c5f01b2fSopenharmony_citarget_compile_features(json_cuda PUBLIC cuda_std_11) 7c5f01b2fSopenharmony_ciset_target_properties(json_cuda PROPERTIES 8c5f01b2fSopenharmony_ci CUDA_EXTENSIONS OFF 9c5f01b2fSopenharmony_ci CUDA_STANDARD_REQUIRED ON 10c5f01b2fSopenharmony_ci) 11