1
0

finish obj loader

This commit is contained in:
2026-01-09 22:50:24 +08:00
parent 07bd22d2ee
commit 31dc82fc2c
9 changed files with 137 additions and 13 deletions

View File

@@ -41,12 +41,16 @@ set(CMAKE_MODULE_PATH
"${CMAKE_CURRENT_LIST_DIR}/CMake"
)
# Find required packages based on options
find_package(spdlog REQUIRED)
if (BASALT_CUDA_DELIVER)
find_package(CUDA REQUIRED)
endif ()
if (BASALT_DIRECTX11_ENGINE)
find_package(DirectX11 REQUIRED)
endif ()
if (BASALT_OBJ_OBJECT_LOADER)
find_package(tinyobjloader REQUIRED)
endif ()
# Include projects