-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump simdjson to 3.9.2, Catch2 to 3.6.0
- Loading branch information
Showing
4 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
add_executable(fastgltf_gl_viewer EXCLUDE_FROM_ALL) | ||
target_compile_features(fastgltf_gl_viewer PUBLIC cxx_std_17) | ||
target_link_libraries(fastgltf_gl_viewer PRIVATE fastgltf fg_glad_gl46) | ||
target_link_libraries(fastgltf_gl_viewer PRIVATE glfw::glfw glm::glm stb imgui::imgui) | ||
target_link_libraries(fastgltf_gl_viewer PRIVATE fastgltf::fastgltf fg_glad_gl46) | ||
target_link_libraries(fastgltf_gl_viewer PRIVATE glfw::glfw stb imgui::imgui) | ||
|
||
fastgltf_add_source_directory(TARGET fastgltf_gl_viewer FOLDER ".") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters