diff options
| author | cooljqln <cooljqln@noreply.codeberg.org> | 2025-03-19 04:18:10 +0000 |
|---|---|---|
| committer | cooljqln <cooljqln@noreply.codeberg.org> | 2025-03-19 04:18:10 +0000 |
| commit | 5995b3a48e73a19248f3d15b96bdb27144eabca2 (patch) | |
| tree | c85ea1b5d86ff37276f37bc008993a8f940f1f6b /tools/cmake/common.cmake | |
| parent | 34e7ce869b8d451e0586e96cc4dabbff8efb56d3 (diff) | |
| parent | 885eb1812c15263ad759741ad138cf7188fdf739 (diff) | |
| download | tangara-fw-5995b3a48e73a19248f3d15b96bdb27144eabca2.tar.gz | |
Merge pull request 'WavPack and APEv2 tags support' (#218) from ayumi/tangara-fw:wavpack into main
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/218
Diffstat (limited to 'tools/cmake/common.cmake')
| -rw-r--r-- | tools/cmake/common.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cmake/common.cmake b/tools/cmake/common.cmake index f92eddb2..7afda6c1 100644 --- a/tools/cmake/common.cmake +++ b/tools/cmake/common.cmake @@ -37,6 +37,7 @@ list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/result") list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/speexdsp") list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/tinyfsm") list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/tremor") +list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/lib/wavpack") include($ENV{IDF_PATH}/tools/cmake/project.cmake) |
