aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/LLXML.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/cmake/LLXML.cmake')
-rw-r--r--linden/indra/cmake/LLXML.cmake13
1 files changed, 13 insertions, 0 deletions
diff --git a/linden/indra/cmake/LLXML.cmake b/linden/indra/cmake/LLXML.cmake
new file mode 100644
index 0000000..1ce93c0
--- /dev/null
+++ b/linden/indra/cmake/LLXML.cmake
@@ -0,0 +1,13 @@
1# -*- cmake -*-
2
3include(EXPAT)
4
5set(LLXML_INCLUDE_DIRS
6 ${LIBS_OPEN_DIR}/llxml
7 ${EXPAT_INCLUDE_DIRS}
8 )
9
10set(LLXML_LIBRARIES
11 llxml
12 ${EXPAT_LIBRARIES}
13 )