diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-07-06 21:26:15 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-07-07 00:42:31 +0300 |
commit | 97c954dd84d50ec7b739d2dd3adb7365589f3034 (patch) | |
tree | dd6383f3f7c1d7a89118a3968a28c8a737e43b7a /indra/CMakeLists.txt | |
parent | 467d8339c970c253dada2cf0e1eed45be66593ac (diff) |
SL-15522 Initial addition of meshoptimizer
Diffstat (limited to 'indra/CMakeLists.txt')
-rw-r--r-- | indra/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt index 53e5d7b6a5..c504ca3b02 100644 --- a/indra/CMakeLists.txt +++ b/indra/CMakeLists.txt @@ -37,6 +37,7 @@ add_subdirectory(${LIBS_OPEN_PREFIX}llkdu) add_subdirectory(${LIBS_OPEN_PREFIX}llimagej2coj) add_subdirectory(${LIBS_OPEN_PREFIX}llinventory) add_subdirectory(${LIBS_OPEN_PREFIX}llmath) +add_subdirectory(${LIBS_OPEN_PREFIX}llmeshoptimizer) add_subdirectory(${LIBS_OPEN_PREFIX}llmessage) add_subdirectory(${LIBS_OPEN_PREFIX}llprimitive) add_subdirectory(${LIBS_OPEN_PREFIX}llrender) |