diff --git a/CMakeLists.txt b/CMakeLists.txt index eafb7ac..8648f89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1 +1,3 @@ idf_component_register(INCLUDE_DIRS include) + +target_compile_definitions(${COMPONENT_TARGET} INTERFACE HAS_UNCAUGHT_EXCEPTIONS=1)