/indra/media_plugins/CMakeLists.txt
https://bitbucket.org/lindenlab/viewer-beta/ · CMake · 17 lines · 10 code · 6 blank · 1 comment · 2 complexity · 8aa5dd34583e1becf23bf66efcea0533 MD5 · raw file
- # -*- cmake -*-
- add_subdirectory(base)
- add_subdirectory(webkit)
- add_subdirectory(gstreamer010)
- if (WINDOWS OR DARWIN)
- add_subdirectory(quicktime)
- endif (WINDOWS OR DARWIN)
- if (WINDOWS)
- add_subdirectory(winmmshim)
- endif (WINDOWS)
- add_subdirectory(example)