CMakeLists.txt 64 B

1234
  1. idf_component_register(
  2. SRCS "main.c"
  3. INCLUDE_DIRS "."
  4. )