summaryrefslogtreecommitdiff
path: root/indra/cmake/LLPlugin.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'indra/cmake/LLPlugin.cmake')
-rw-r--r--indra/cmake/LLPlugin.cmake8
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/cmake/LLPlugin.cmake b/indra/cmake/LLPlugin.cmake
new file mode 100644
index 0000000000..9722f16c3c
--- /dev/null
+++ b/indra/cmake/LLPlugin.cmake
@@ -0,0 +1,8 @@
+# -*- cmake -*-
+
+
+set(LLPLUGIN_INCLUDE_DIRS
+ ${LIBS_OPEN_DIR}/llplugin
+ )
+
+set(LLPLUGIN_LIBRARIES llplugin)