summaryrefslogtreecommitdiffstats
path: root/src/meson.build
blob: cefc329eb6c6836e326ceb315e0977adb8789580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
subdir('pipewire')
subdir('daemon')
subdir('tools')
subdir('modules')
if get_option('examples').allowed()
  subdir('examples')
endif
if get_option('tests').allowed()
  subdir('tests')
endif

if gst_dep.length() != 0
  subdir('gst')
endif