CMakeLists.txt 133 B

123
  1. idf_component_register(SRCS "plugins_example_main.c"
  2. INCLUDE_DIRS "."
  3. PRIV_REQUIRES plugins)