diff --git a/extern/tinygltf/CMakeLists.txt b/extern/tinygltf/CMakeLists.txt index 90e7894..4326ebb 100644 --- a/extern/tinygltf/CMakeLists.txt +++ b/extern/tinygltf/CMakeLists.txt @@ -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) \ No newline at end of file +target_link_libraries(tinygltf PUBLIC nlohmann_json::nlohmann_json stb::stb) \ No newline at end of file