1
0

prepare cuda deliver dev

This commit is contained in:
2026-01-10 21:49:29 +08:00
parent ab79440adc
commit e3b454ea46
7 changed files with 80 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ set(CMAKE_MODULE_PATH
# Find required packages based on options
find_package(spdlog REQUIRED)
if (BASALT_CUDA_DELIVER)
find_package(CUDA REQUIRED)
find_package(CUDAToolkit REQUIRED)
endif ()
if (BASALT_DIRECTX11_ENGINE)
find_package(DirectX11 REQUIRED)