mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-13 15:07:01 +03:00
4 lines
141 B
CMake
4 lines
141 B
CMake
# only compile the "micro-ecc/uECC.c" source file
|
|
idf_component_register(SRCS "micro-ecc/uECC.c"
|
|
INCLUDE_DIRS micro-ecc)
|