From f21071c49a431dc0caa4bf62c61015649d5fffce Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Sun, 24 Apr 2022 22:02:50 -0400 Subject: [PATCH] Link meshoptimizer to main binary --- indra/newview/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 53159825f39..4e50fc10fc7 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2162,6 +2162,7 @@ target_link_libraries(${VIEWER_BINARY_NAME} absl::flat_hash_map absl::node_hash_map absl::strings + meshoptimizer nlohmann_json::nlohmann_json fmt::fmt ) -- GitLab