summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-04-10 20:57:53 +0200
committerxengineering <me@xengineering.eu>2025-04-10 20:57:53 +0200
commit98c95039f1c505d8e6fe892888036d5c48dc398d (patch)
tree97702829bd322194d37c6ae3f48d18d43d89b559 /meson.build
parent4ee031182475464fe0ecb052882fd50520e6defc (diff)
downloadiot-contact-98c95039f1c505d8e6fe892888036d5c48dc398d.tar
iot-contact-98c95039f1c505d8e6fe892888036d5c48dc398d.tar.zst
iot-contact-98c95039f1c505d8e6fe892888036d5c48dc398d.zip
Simplify build and install steps
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build7
1 files changed, 6 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index aaf873d..eb7f9ad 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,9 @@
-project('iot-contact')
+project(
+ 'iot-contact',
+ default_options: {
+ 'prefix': '/',
+ },
+)
subdir('tools')