diff options
author | Dave Parks <davep@lindenlab.com> | 2022-09-08 10:06:53 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-09-08 10:06:53 -0500 |
commit | 8ad7240a3bb626ebaabcc81fb8155a8cbb5adf39 (patch) | |
tree | 6830de5176cf8562b3e50a847496d8fe97bb00f1 /indra/cmake | |
parent | abf788175c451046f82cc9aeaddc894c47863ffa (diff) |
SL-18095 WIP -- Add Mikktspace tangent generation for PBR materials and switch to per-pixel binormal generation. Still bugged with some test content.
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/LLMath.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/cmake/LLMath.cmake b/indra/cmake/LLMath.cmake index 893920ae6f..3cbb7ad561 100644 --- a/indra/cmake/LLMath.cmake +++ b/indra/cmake/LLMath.cmake @@ -1,5 +1,8 @@ # -*- cmake -*- +include(Variables) +include(Mikktspace) + set(LLMATH_INCLUDE_DIRS ${LIBS_OPEN_DIR}/llmath ) |