Files
squeezelite-esp32/components/tools/CMakeLists.txt
2020-03-04 13:02:14 -05:00

4 lines
133 B
CMake

idf_component_register(SRCS "utf8.c"
REQUIRES esp_common pthread
INCLUDE_DIRS .
)