diff options
Diffstat (limited to 'linden/indra/cmake/LLMath.cmake')
-rw-r--r-- | linden/indra/cmake/LLMath.cmake | 9 |
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 | |||
3 | set(LLMATH_INCLUDE_DIRS | ||
4 | ${LIBS_OPEN_DIR}/llmath | ||
5 | ) | ||
6 | |||
7 | set(LLMATH_LIBRARIES | ||
8 | llmath | ||
9 | ) | ||