diff options
| author | cooljqln <cooljqln@noreply.codeberg.org> | 2025-08-04 03:39:16 +0200 |
|---|---|---|
| committer | cooljqln <cooljqln@noreply.codeberg.org> | 2025-08-04 03:39:16 +0200 |
| commit | df8fc4104e5ed884f3b52257558191955375d1e7 (patch) | |
| tree | 8a3b07dc014050c82443ef4b0e83e8de2ebbf24b /lib/alac/CMakeLists.txt | |
| parent | b68ac702817316e75270355e19231e04f484cb74 (diff) | |
| parent | 4887378ce74c27f837fe1939ad5917b221736fac (diff) | |
| download | tangara-fw-df8fc4104e5ed884f3b52257558191955375d1e7.tar.gz | |
Merge pull request 'Preliminary ALAC support' (#416) from ayumi/tangara-fw:alac into main
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/416
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 . +) |
