summaryrefslogtreecommitdiff
path: root/lib/wavpack/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wavpack/CMakeLists.txt')
-rw-r--r--lib/wavpack/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/wavpack/CMakeLists.txt b/lib/wavpack/CMakeLists.txt
index 98fcda95..f2f24933 100644
--- a/lib/wavpack/CMakeLists.txt
+++ b/lib/wavpack/CMakeLists.txt
@@ -1,4 +1,5 @@
idf_component_register(
SRCS bits.c float.c wputils.c metadata.c unpack.c words.c
INCLUDE_DIRS .
+ LDFRAGMENTS wavpack.lf
)