ADD: BVH and taskflow library

This commit is contained in:
2025-11-19 00:58:20 +09:00
parent d0acaada65
commit 46761a5598
6 changed files with 19 additions and 1 deletions
Vendored Submodule
+1
Submodule third_party/BVH added at 2a9838e7ef
+3
View File
@@ -69,6 +69,9 @@ target_compile_definitions(ImGuizmo
target_link_libraries(ImGuizmo PUBLIC imgui)
add_subdirectory(BVH)
target_include_directories(BVH2 INTERFACE taskflow)
target_include_directories(stb_image INTERFACE stb_image)
# MikkTSpace (optional)
Vendored Submodule
+1
Submodule third_party/taskflow added at 0f5d556267