From 865b5b122963cd8ed4f368a2ba578a4bb9e462b7 Mon Sep 17 00:00:00 2001 From: iwubcode Date: Sun, 21 Jan 2024 19:53:48 -0600 Subject: [PATCH] VideoCommon: add tinygltf to videocommon CMake --- Source/Core/VideoCommon/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/VideoCommon/CMakeLists.txt b/Source/Core/VideoCommon/CMakeLists.txt index 6c2bcf88cf1b..954bef075c05 100644 --- a/Source/Core/VideoCommon/CMakeLists.txt +++ b/Source/Core/VideoCommon/CMakeLists.txt @@ -248,6 +248,7 @@ PRIVATE imgui implot glslang + tinygltf ) if(_M_X86_64)