diff options
| author | jacqueline <me@jacqueline.id.au> | 2022-10-17 15:39:53 +1100 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2022-10-17 15:39:53 +1100 |
| commit | dcdfc7b40ef9b242061ea4e6337e5c7224798368 (patch) | |
| tree | 24605a3f5b34b409af4d980200273df8a3eef549 /main | |
| parent | fda4394e7ecddd5e0d4a1cadacf99c84b036ab07 (diff) | |
| download | tangara-fw-dcdfc7b40ef9b242061ea4e6337e5c7224798368.tar.gz | |
cmake changes for including lvgl
Diffstat (limited to 'main')
| -rw-r--r-- | main/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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") |
