summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2019-01-08 11:59:05 +0100
committerWim Taymans <wtaymans@redhat.com>2019-01-08 11:59:05 +0100
commit3e77e9bf9916c520be24c41b63bd792b590063d6 (patch)
tree9331823b62614bdc2ba14a3ae3dca3b6949d9992 /meson.build
parentd12148cfba0f807bfd39a2df4a1cd80e13a5d68d (diff)
test: add c++ test
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
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',