summaryrefslogtreecommitdiff
path: root/lib/alac/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/alac/CMakeLists.txt')
-rw-r--r--lib/alac/CMakeLists.txt4
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 .
+)