finish obj loader
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user