CMakeLists.txt 115 B

12345
  1. idf_component_register(SRCS "telnet.c"
  2. INCLUDE_DIRS .
  3. INCLUDE_DIRS . ../tools/
  4. )