diff options
author | Wim Taymans <wtaymans@redhat.com> | 2019-01-08 11:59:05 +0100 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2019-01-08 11:59:05 +0100 |
commit | 3e77e9bf9916c520be24c41b63bd792b590063d6 (patch) | |
tree | 9331823b62614bdc2ba14a3ae3dca3b6949d9992 /meson.build | |
parent | d12148cfba0f807bfd39a2df4a1cd80e13a5d68d (diff) |
test: add c++ test
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index d3443ab5..05481314 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('pipewire', 'c', +project('pipewire', ['c', 'cpp' ], version : '0.2.9', license : 'MIT', meson_version : '>= 0.42.0', |