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

@@ -2,12 +2,19 @@
## Dependencies
* CUDA
* [spdlog](https://github.com/gabime/spdlog)
* [tinyobjloader](https://github.com/tinyobjloader/tinyobjloader)
* [cgltf](https://github.com/jkuhlmann/cgltf)
<!-- * [cgltf](https://github.com/jkuhlmann/cgltf) -->
We assume that you executing following commands in the root directory of `BasaltPresenter` project.
### CUDA
##### Usage
Use `-DCUDAToolkit_ROOT=<path to CUDA install directory>` in cmake when you configure this project.
### spdlog
##### Build