aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/media_plugins/CMakeLists.txt
blob: c4f255527484d76769c250fccd09103d455c4a3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- cmake -*-

add_subdirectory(base)

add_subdirectory(webkit)

if (LINUX OR DARWIN)
    add_subdirectory(gstreamer010)
endif (LINUX OR DARWIN)

if (WINDOWS)
    add_subdirectory(quicktime)
endif (WINDOWS)

add_subdirectory(example)