From 798d367d54a6c6379ad355bd8345fa40e31e7fe9 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 6 Sep 2008 18:24:57 -0500 Subject: Second Life viewer sources 1.21.0-RC --- linden/indra/cmake/LLCharacter.cmake | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 linden/indra/cmake/LLCharacter.cmake (limited to 'linden/indra/cmake/LLCharacter.cmake') 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 @@ +# -*- cmake -*- + +set(LLCHARACTER_INCLUDE_DIRS + ${LIBS_OPEN_DIR}/llcharacter + ) + +set(LLCHARACTER_LIBRARIES + llcharacter + ) -- cgit v1.1