blob: 47e88a4a983a4dea9ea1b8dafc5755b89a1c618c (
plain)
1
2
3
4
5
6
7
8
9
10
|
project('agl-service-audiomixer',
['cpp', 'c'],
license : 'Apache-2.0',
default_options : ['c_std=c17', 'cpp_std=c++17'])
systemd_dep = dependency('systemd')
subdir('src')
subdir('systemd')
|