aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/LLMath.cmake
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/cmake/LLMath.cmake
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/cmake/LLMath.cmake')
-rw-r--r--linden/indra/cmake/LLMath.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/cmake/LLMath.cmake b/linden/indra/cmake/LLMath.cmake
new file mode 100644
index 0000000..8afd45e
--- /dev/null
+++ b/linden/indra/cmake/LLMath.cmake
@@ -0,0 +1,9 @@
1# -*- cmake -*-
2
3set(LLMATH_INCLUDE_DIRS
4 ${LIBS_OPEN_DIR}/llmath
5 )
6
7set(LLMATH_LIBRARIES
8 llmath
9 )