Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
修复 issue #502
调整内容如下:
修改tinyobjloader/CMakeLists.txt, 最低版本改为
3.20。(否则高版本 CMake 无法使用)在 JobSystemThreadPool.h 开头导入
<chrono>,修复us字面量不可用的错误。JoltPhysics/Build/CMakeLists.txt 添加
/Wv:18标记位,避免缺少默认=生成导致的编译失败。修改Jolt.cmake ,禁用预编译头
调整 editor/CMakeLists.txt 的
add_custom_command命令,加上POST_BUILD标准,消除一处警告。lua_component.cpp 错误分支抛出异常,消除无返回值的警告
debug_draw_font.cpp 正常抛出异常。
项目根目录的 CMake 添加
CMAKE_EXPORT_COMPILE_COMMANDS命令