aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/LLCharacter.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/cmake/LLCharacter.cmake')
-rw-r--r--linden/indra/cmake/LLCharacter.cmake9
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/cmake/LLCharacter.cmake b/linden/indra/cmake/LLCharacter.cmake
new file mode 100644
index 0000000..c74092c
--- /dev/null
+++ b/linden/indra/cmake/LLCharacter.cmake
@@ -0,0 +1,9 @@
1# -*- cmake -*-
2
3set(LLCHARACTER_INCLUDE_DIRS
4 ${LIBS_OPEN_DIR}/llcharacter
5 )
6
7set(LLCHARACTER_LIBRARIES
8 llcharacter
9 )