From dcdfc7b40ef9b242061ea4e6337e5c7224798368 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Mon, 17 Oct 2022 15:39:53 +1100 Subject: cmake changes for including lvgl --- main/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'main') diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 185ad2e6..67e52965 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -4,5 +4,4 @@ idf_component_register( "storage.cpp" "i2c.cpp" "playback.cpp" INCLUDE_DIRS "." REQUIRES - "esp_adc_cal" "fatfs" "audio_pipeline" "audio_stream" "result") -target_compile_options(${COMPONENT_LIB} PRIVATE -DRESULT_DISABLE_EXCEPTIONS) + "esp_adc_cal" "fatfs" "audio_pipeline" "audio_stream" "result" "lvgl") -- cgit v1.2.3