summaryrefslogtreecommitdiff
path: root/src/meson.build
blob: 6601f453a32361369581e3cd6f4f08255b4339e1 (plain)
1
2
3
4
5
6
7
8
9
10
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')