mirror of
https://github.com/redstrate/Novus.git
synced 2025-07-04 16:07:44 +00:00
Add stb dependency to tinygltf
This commit is contained in:
parent
adee2e74c4
commit
ac10bac2df
1 changed files with 1 additions and 1 deletions
2
extern/tinygltf/CMakeLists.txt
vendored
2
extern/tinygltf/CMakeLists.txt
vendored
|
@ -4,4 +4,4 @@ find_package(stb REQUIRED)
|
|||
add_library(tinygltf STATIC)
|
||||
target_sources(tinygltf PRIVATE src/tiny_gltf.cc)
|
||||
target_include_directories(tinygltf PUBLIC include)
|
||||
target_link_libraries(tinygltf PUBLIC nlohmann_json::nlohmann_json)
|
||||
target_link_libraries(tinygltf PUBLIC nlohmann_json::nlohmann_json stb::stb)
|
Loading…
Add table
Reference in a new issue