From 4e31ee88f737d593277c10530e980ab8ab2715c5 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 14 Feb 2025 14:26:24 +0100 Subject: pcb: Add CMake and export schematic by default --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d5602c..a21c5d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,4 +2,7 @@ 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