diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-05-08 13:38:36 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-05-08 17:47:29 +1000 |
| commit | 16e6180ba7946119538d03463ea7d37fccc4dcb3 (patch) | |
| tree | 968483bfa477b43a72b8b6dfefaac3e771163e9e /src/database/CMakeLists.txt | |
| parent | fe19478e0f286191c3bf1b9946b89ed26d5c4bae (diff) | |
| download | tangara-fw-16e6180ba7946119538d03463ea7d37fccc4dcb3.tar.gz | |
Database init is now stable!
Diffstat (limited to 'src/database/CMakeLists.txt')
| -rw-r--r-- | src/database/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/database/CMakeLists.txt b/src/database/CMakeLists.txt index 27cc7071..d5748342 100644 --- a/src/database/CMakeLists.txt +++ b/src/database/CMakeLists.txt @@ -1,7 +1,7 @@ idf_component_register( - SRCS "env_esp.cpp" "database.cpp" "tag_processor.cpp" "db_task.cpp" + SRCS "env_esp.cpp" "database.cpp" "song.cpp" "db_task.cpp" "records.cpp" INCLUDE_DIRS "include" - REQUIRES "result" "span" "esp_psram" "fatfs" "libtags" "komihash") + REQUIRES "result" "span" "esp_psram" "fatfs" "libtags" "komihash" "cbor") target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS}) |
