summaryrefslogtreecommitdiff
path: root/tools/meson.build
blob: c84d7e4df3f90ca2bdb245a1d6ef13825df22213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
executable(
    'gupnp-dlna-info-2.0',
    files('gupnp-dlna-info.c'),
    dependencies : [
        glib,
        gobject,
        xml,
        gupnp_dlna
    ],
    include_directories : config_h_inc,
    install: true
)

executable(
    'gupnp-dlna-ls-profiles-2.0',
    files('gupnp-dlna-ls-profiles.c'),
    dependencies : [
        glib,
        gobject,
        xml,
        gupnp_dlna
    ],
    include_directories : config_h_inc,
    install: true
)