CMakeLists.txt 163 B

1234
  1. idf_component_register(SRCS "connect.c" "stdin_out.c"
  2. INCLUDE_DIRS "include"
  3. PRIV_REQUIRES esp_netif
  4. )