summaryrefslogtreecommitdiff
path: root/src/meson.build
blob: ddca4d57cb2849c753a59312c2098084f15ac8f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
subdir('common')

if get_option('av-tools') and gupnp_av.found()
    subdir('av-cp')
    subdir('upload')
endif

subdir('discover')
subdir('network-light')
subdir('universal-cp')
subdir('event-dumper')