summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2022-11-08 14:56:22 +1100
committerjacqueline <me@jacqueline.id.au>2022-11-08 14:56:22 +1100
commit9f572cb92738c2f6d435f47fef9bad7344bc6e09 (patch)
treeb7d7145ee3d5ac19a2aea2c17e4e68c1164f02b1 /CMakeLists.txt
parente219925fac2d9b0b054445ac9c094d51ae30fd17 (diff)
downloadtangara-fw-9f572cb92738c2f6d435f47fef9bad7344bc6e09.tar.gz
Working test runner!!!
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
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)