aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/LLMath.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/cmake/LLMath.cmake')
-rw-r--r--linden/indra/cmake/LLMath.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/linden/indra/cmake/LLMath.cmake b/linden/indra/cmake/LLMath.cmake
index 8afd45e..893920a 100644
--- a/linden/indra/cmake/LLMath.cmake
+++ b/linden/indra/cmake/LLMath.cmake
@@ -4,6 +4,4 @@ set(LLMATH_INCLUDE_DIRS
4 ${LIBS_OPEN_DIR}/llmath 4 ${LIBS_OPEN_DIR}/llmath
5 ) 5 )
6 6
7set(LLMATH_LIBRARIES 7set(LLMATH_LIBRARIES llmath)
8 llmath
9 )