From 9f572cb92738c2f6d435f47fef9bad7344bc6e09 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 8 Nov 2022 14:56:22 +1100 Subject: Working test runner!!! --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a3c93d09..6e1b231b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,10 @@ cmake_minimum_required(VERSION 3.16) include(common.cmake) +# No exceptions in app builds (this is different in test builds). +idf_build_set_property(COMPILE_OPTIONS "-DRESULT_DISABLE_EXCEPTIONS" APPEND) + +# Include all app components. +list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/src") + project(gay-ipod-fw) -- cgit v1.2.3