aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/LLPrimitive.cmake
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/cmake/LLPrimitive.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/linden/indra/cmake/LLPrimitive.cmake b/linden/indra/cmake/LLPrimitive.cmake
index 0426ae5..d397b78 100644
--- a/linden/indra/cmake/LLPrimitive.cmake
+++ b/linden/indra/cmake/LLPrimitive.cmake
@@ -4,6 +4,4 @@ set(LLPRIMITIVE_INCLUDE_DIRS
4 ${LIBS_OPEN_DIR}/llprimitive 4 ${LIBS_OPEN_DIR}/llprimitive
5 ) 5 )
6 6
7set(LLPRIMITIVE_LIBRARIES 7set(LLPRIMITIVE_LIBRARIES llprimitive)
8 llprimitive
9 )