summaryrefslogtreecommitdiff
path: root/homematic/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'homematic/meson.build')
-rw-r--r--homematic/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/homematic/meson.build b/homematic/meson.build
new file mode 100644
index 0000000..5a35437
--- /dev/null
+++ b/homematic/meson.build
@@ -0,0 +1,4 @@
+homematic = [
+ meson.current_source_dir() / 'xmlrpc.go',
+ meson.current_source_dir() / 'device.go',
+]