diff options
| author | ayumi <ayumi@noreply.codeberg.org> | 2025-07-22 09:27:29 +0200 |
|---|---|---|
| committer | ayumi <ayumi@noreply.codeberg.org> | 2025-08-01 20:03:21 +0200 |
| commit | 4887378ce74c27f837fe1939ad5917b221736fac (patch) | |
| tree | 8a3b07dc014050c82443ef4b0e83e8de2ebbf24b /lib/alac/CMakeLists.txt | |
| parent | b68ac702817316e75270355e19231e04f484cb74 (diff) | |
| download | tangara-fw-4887378ce74c27f837fe1939ad5917b221736fac.tar.gz | |
Preliminary ALAC support
Diffstat (limited to 'lib/alac/CMakeLists.txt')
| -rw-r--r-- | lib/alac/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/alac/CMakeLists.txt b/lib/alac/CMakeLists.txt new file mode 100644 index 00000000..9c99ad88 --- /dev/null +++ b/lib/alac/CMakeLists.txt @@ -0,0 +1,4 @@ +idf_component_register( + SRCS alac.c + INCLUDE_DIRS . +) |
