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