Skip to content

Commit

Permalink
CMake: add tinygltf to find packages
Browse files Browse the repository at this point in the history
  • Loading branch information
iwubcode committed Jan 22, 2024
1 parent 865b5b1 commit a07a352
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Expand Up @@ -663,6 +663,8 @@ dolphin_find_optional_system_library_pkgconfig(ENET libenet>=1.3.18 enet::enet E

dolphin_find_optional_system_library_pkgconfig(xxhash libxxhash>=0.8.2 xxhash::xxhash Externals/xxhash)

dolphin_find_optional_system_library(tinygltf Externals/tinygltf)

dolphin_find_optional_system_library(BZip2 Externals/bzip2)

dolphin_find_optional_system_library(LibLZMA Externals/liblzma)
Expand Down

0 comments on commit a07a352

Please sign in to comment.