summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorRick Pasetto <rick@lindenlab.com>2009-10-30 12:05:35 -0700
committerRick Pasetto <rick@lindenlab.com>2009-10-30 12:05:35 -0700
commit71993b14d1bd95da9b851ac8b7079a4acdbd42ef (patch)
tree342060ea33dbea67127a5cd0e2f586c38ed127ff /indra/cmake
parente5f6f063c199a30297776801704caa8e41b609a3 (diff)
parent31eac6e0eeae507a13a23a9116c87eb815ab8141 (diff)
merge with remote repo
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/ExamplePlugin.cmake16
1 files changed, 16 insertions, 0 deletions
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)