From c5f301aa879bc52add50d8d5f917ee551fe1673e Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 26 Mar 2025 21:27:32 +0100 Subject: fw: app: Build as CMake External Project This adopts this pattern from the bootloader build. It adds more flexibility. It is assumed that in this way multiple builds for different boards can easily be achieved. --- fw/app/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fw/app/CMakeLists.txt') diff --git a/fw/app/CMakeLists.txt b/fw/app/CMakeLists.txt index ce10104..47f75f6 100644 --- a/fw/app/CMakeLists.txt +++ b/fw/app/CMakeLists.txt @@ -10,7 +10,7 @@ find_package(Zephyr "${ZEPHYR_BASE}" ) -project(iot-contact-fw) +project(iot-contact-app) target_sources(app PRIVATE -- cgit v1.2.3-70-g09d2