1
Fork 0
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:
Joshua Goins 2024-04-24 16:16:17 -04:00
parent adee2e74c4
commit ac10bac2df

View file

@ -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)