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