File: meson.build

package info (click to toggle)
libnice 0.1.23-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,736 kB
  • sloc: ansic: 39,024; xml: 129; sh: 48; python: 28; makefile: 18
file content (8 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
examples = ['simple-example', 'threaded-example', 'sdp-example']

foreach ex : examples
  executable(ex, '@0@.c'.format(ex),
    include_directories: nice_incs,
    dependencies: gio_deps + [libnice_dep, gupnp_igd_dep],
    install: false)
endforeach