summaryrefslogtreecommitdiff
path: root/indra/cmake/LLMath.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'indra/cmake/LLMath.cmake')
-rw-r--r--indra/cmake/LLMath.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/cmake/LLMath.cmake b/indra/cmake/LLMath.cmake
new file mode 100644
index 0000000000..8afd45efc6
--- /dev/null
+++ b/indra/cmake/LLMath.cmake
@@ -0,0 +1,9 @@
+# -*- cmake -*-
+
+set(LLMATH_INCLUDE_DIRS
+ ${LIBS_OPEN_DIR}/llmath
+ )
+
+set(LLMATH_LIBRARIES
+ llmath
+ )