From 91b54876b7422422326646e5b4581631883f1e69 Mon Sep 17 00:00:00 2001
From: callum <none@none>
Date: Fri, 30 Oct 2009 10:48:10 -0700
Subject: Adds an example plugin and corresponding changes to LLMediaPluginTest
 test app. We do not copy over the example plugin to the Second Life client
 plugin dir.

---
 indra/cmake/ExamplePlugin.cmake | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 indra/cmake/ExamplePlugin.cmake

(limited to 'indra/cmake')

diff --git a/indra/cmake/ExamplePlugin.cmake b/indra/cmake/ExamplePlugin.cmake
new file mode 100644
index 0000000000..599787ad21
--- /dev/null
+++ b/indra/cmake/ExamplePlugin.cmake
@@ -0,0 +1,16 @@
+# -*- cmake -*-
+include(Linking)
+include(Prebuilt)
+
+if (STANDALONE)
+    set(EXAMPLEPLUGIN OFF CACHE BOOL
+        "EXAMPLEPLUGIN support for the llplugin/llmedia test apps.")
+else (STANDALONE)
+    set(EXAMPLEPLUGIN ON CACHE BOOL
+        "EXAMPLEPLUGIN support for the llplugin/llmedia test apps.")
+endif (STANDALONE)
+
+if (WINDOWS)
+elseif (DARWIN)
+elseif (LINUX)
+endif (WINDOWS)
-- 
cgit v1.2.3