diff options
Diffstat (limited to 'indra/cmake/LLMath.cmake')
-rw-r--r-- | indra/cmake/LLMath.cmake | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/cmake/LLMath.cmake b/indra/cmake/LLMath.cmake new file mode 100644 index 0000000000..893920ae6f --- /dev/null +++ b/indra/cmake/LLMath.cmake @@ -0,0 +1,7 @@ +# -*- cmake -*- + +set(LLMATH_INCLUDE_DIRS + ${LIBS_OPEN_DIR}/llmath + ) + +set(LLMATH_LIBRARIES llmath) |