diff options
author | Dave Parks <davep@lindenlab.com> | 2022-09-12 11:48:16 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-09-12 11:48:16 -0500 |
commit | d7c77e5c64ddfef44b3e47f4c7ae6943ff0e860a (patch) | |
tree | d04ed79aea3f90bda1797d1a06ec7000b704ad8c /indra/cmake | |
parent | c822da9fe644e4a420caabb30a25b487ce75c099 (diff) |
SL-18095 WIP -- Use meshoptimizer to re-weld and cache optimize after generating tangents
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/LLMath.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/LLMath.cmake b/indra/cmake/LLMath.cmake index 3cbb7ad561..513ff9f81d 100644 --- a/indra/cmake/LLMath.cmake +++ b/indra/cmake/LLMath.cmake @@ -2,6 +2,7 @@ include(Variables) include(Mikktspace) +include(MESHOPTIMIZER) set(LLMATH_INCLUDE_DIRS ${LIBS_OPEN_DIR}/llmath |