From 6ff99393b4bbc1207375cbbc032814e233b03758 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 5 Apr 2025 09:52:41 +0200 Subject: pcb: Switch from CMake to Meson This allows to install the PCB-related files easier to the website which is built with Meson. --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') 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') -- cgit v1.2.3-70-g09d2