From a07a352ebff67e29ef26e1880b11481bb2c75402 Mon Sep 17 00:00:00 2001 From: iwubcode Date: Sun, 21 Jan 2024 20:04:16 -0600 Subject: [PATCH] CMake: add tinygltf to find packages --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88e8f4a8f5ba..dc9e11f03b16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)