summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorJens Georg <jens.georg@desy.de>2018-06-27 12:02:49 +0200
committerJens Georg <jens.georg@desy.de>2018-06-27 12:08:13 +0200
commit746cbb2f2297921767ab686d74ba1f1ca902c5c9 (patch)
tree37de80ec6b7de4f8ea4a9f9ece883d7b9b578acc /src/meson.build
parent3918b2f5fd0cd522d862849a0df130d58c029580 (diff)
downloadgupnp-tools-746cbb2f2297921767ab686d74ba1f1ca902c5c9.tar.gz
wip: Meson support
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
new file mode 100644
index 0000000..b97c8ea
--- /dev/null
+++ b/src/meson.build
@@ -0,0 +1,9 @@
+subdir('common')
+#if get_option('av-tools') and gupnp_av.found()
+# subdir('av-cp')
+#endif
+
+#subdir('discover')
+#subdir('network-light')
+subdir('universal-cp')
+#subdir('upload')