summaryrefslogtreecommitdiff
path: root/indra/cmake/LLPrimitive.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'indra/cmake/LLPrimitive.cmake')
-rw-r--r--indra/cmake/LLPrimitive.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/cmake/LLPrimitive.cmake b/indra/cmake/LLPrimitive.cmake
new file mode 100644
index 0000000000..d397b78f1c
--- /dev/null
+++ b/indra/cmake/LLPrimitive.cmake
@@ -0,0 +1,7 @@
+# -*- cmake -*-
+
+set(LLPRIMITIVE_INCLUDE_DIRS
+ ${LIBS_OPEN_DIR}/llprimitive
+ )
+
+set(LLPRIMITIVE_LIBRARIES llprimitive)