diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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) |
