diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-05-02 16:10:21 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-05-02 16:10:21 +1000 |
| commit | fe19478e0f286191c3bf1b9946b89ed26d5c4bae (patch) | |
| tree | 5389c6cf91a480a0321c5ba98f75ce20a5f61b76 /src/database/CMakeLists.txt | |
| parent | 86c44199b0ceb0b952db26991da71393be4d29ee (diff) | |
| download | tangara-fw-fe19478e0f286191c3bf1b9946b89ed26d5c4bae.tar.gz | |
Output hash of song triple
Diffstat (limited to 'src/database/CMakeLists.txt')
| -rw-r--r-- | src/database/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database/CMakeLists.txt b/src/database/CMakeLists.txt index 47f8fe31..27cc7071 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" INCLUDE_DIRS "include" - REQUIRES "result" "span" "esp_psram" "fatfs" "libtags") + REQUIRES "result" "span" "esp_psram" "fatfs" "libtags" "komihash") target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS}) |
