aboutsummaryrefslogtreecommitdiff
path: root/src/cli/cadet/meson.build
blob: 09a1965ac857df7b0d162daf8d786b43be2376de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
executable ('gnunet-cadet',
            ['gnunet-cadet.c'],
            dependencies: [libgnunetcadet_dep,
                           libgnunetutil_dep,
                           libgnunetcore_dep,
                           libgnunetdht_dep,
                           m_dep,
                           libgnunetstatistics_dep,
                           libgnunetpeerstore_dep,
                           libgnunettransportapplication_dep,
                           libgnunethello_dep],
            include_directories: [incdir, configuration_inc],
            install: true,
            install_dir: get_option('bindir'))