/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

  1. # -*- cmake -*-
  2. add_subdirectory(base)
  3. add_subdirectory(webkit)
  4. add_subdirectory(gstreamer010)
  5. if (WINDOWS OR DARWIN)
  6. add_subdirectory(quicktime)
  7. endif (WINDOWS OR DARWIN)
  8. if (WINDOWS)
  9. add_subdirectory(winmmshim)
  10. endif (WINDOWS)
  11. add_subdirectory(example)