summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-04-05 09:52:41 +0200
committerxengineering <me@xengineering.eu>2025-04-05 10:47:40 +0200
commit6ff99393b4bbc1207375cbbc032814e233b03758 (patch)
treeca4f3488b8d327963c135640ba2695bfcb9c3aa8 /meson.build
parentb7c46986ac3aa4a17b9fac2ad54afec9d6a3506f (diff)
downloadiot-contact-6ff99393b4bbc1207375cbbc032814e233b03758.tar
iot-contact-6ff99393b4bbc1207375cbbc032814e233b03758.tar.zst
iot-contact-6ff99393b4bbc1207375cbbc032814e233b03758.zip
pcb: Switch from CMake to Meson
This allows to install the PCB-related files easier to the website which is built with Meson.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 494da4e..a0e6468 100644
--- a/meson.build
+++ b/meson.build
@@ -2,4 +2,5 @@ project('iot-contact')
css = meson.current_source_dir() / 'simple.css' / 'simple.css'
+subdir('pcb')
subdir('web')