summaryrefslogtreecommitdiffstats
path: root/meson.build
blob: ccc4964d30c2772c43856879a20107de427a0255 (plain)
1
2
3
4
5
6
7
8
project('agl-vss-proxy',
        'cpp',
        license : 'Apache-2.0',
        default_options : ['c_std=c17', 'cpp_std=c++17'])

subdir('src')
subdir('systemd')