From e2175db7cb7721f72d0216f740d7ec8727d79c32 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 23 Oct 2024 14:16:03 +1100 Subject: [PATCH] fix!: add meshoptimizer lib on Windows --- thermion_dart/native/include/ThermionWin32.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/thermion_dart/native/include/ThermionWin32.h b/thermion_dart/native/include/ThermionWin32.h index 4b65119c..110fc53f 100644 --- a/thermion_dart/native/include/ThermionWin32.h +++ b/thermion_dart/native/include/ThermionWin32.h @@ -33,4 +33,5 @@ #pragma comment(lib, "smol-v.lib") #pragma comment(lib, "uberarchive.lib") #pragma comment(lib, "zstd.lib") -#pragma comment(lib, "basis_transcoder.lib") \ No newline at end of file +#pragma comment(lib, "basis_transcoder.lib") +#pragma comment(lib, "meshoptimizer.lib") \ No newline at end of file