diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 53159825f39ffa1e79f6537b51d7e4c6491959aa..4e50fc10fc7d4ba9fd2d2c1ae2c4e323690e1a7e 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
     )