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. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a21c5d0..7d5602c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,4 @@ cmake_minimum_required(VERSION 3.10) project(iot-contact LANGUAGES NONE) -set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH}) - add_subdirectory(fw) -add_subdirectory(pcb) -- cgit v1.2.3-70-g09d2