diff options
author | callum <none@none> | 2009-10-30 10:48:10 -0700 |
---|---|---|
committer | callum <none@none> | 2009-10-30 10:48:10 -0700 |
commit | 91b54876b7422422326646e5b4581631883f1e69 (patch) | |
tree | 9eaf2279417d85e3d4ed8c6f085d2ddfb3b21a58 /indra/media_plugins/CMakeLists.txt | |
parent | 65b74c6a5e0da64e3c30abf18e875fa4191891d0 (diff) |
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.
Diffstat (limited to 'indra/media_plugins/CMakeLists.txt')
-rw-r--r-- | indra/media_plugins/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/media_plugins/CMakeLists.txt b/indra/media_plugins/CMakeLists.txt index d35afd8cbd..cc03d9cb72 100644 --- a/indra/media_plugins/CMakeLists.txt +++ b/indra/media_plugins/CMakeLists.txt @@ -9,3 +9,5 @@ add_subdirectory(gstreamer010) if (WINDOWS OR DARWIN) add_subdirectory(quicktime) endif (WINDOWS OR DARWIN) + +add_subdirectory(example) |