CMakeLists.txt 133 B

1234
  1. idf_component_register(SRCS "utf8.c"
  2. REQUIRES esp_common pthread
  3. INCLUDE_DIRS .
  4. )