From 298cb131149f583ab986ee69901765c3dbcce674 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 14 Feb 2025 08:37:08 +0100 Subject: Switch to a global CMake build This allows to easily build everything from the repository root. For now this only covers firmware but later electrical PCB and mechanical case files can be added. --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..7d5602c --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +cmake_minimum_required(VERSION 3.10) + +project(iot-contact LANGUAGES NONE) + +add_subdirectory(fw) -- cgit v1.2.3-70-g09d2