CMakeLists.txt 199 B

1234567
  1. set(COMPONENT_ADD_INCLUDEDIRS . )
  2. set(COMPONENT_SRCS "bt_app_core.c" )
  3. set(REQUIRES esp_common)
  4. set(REQUIRES_COMPONENTS freertos nvs_flash esp32 spi_flash newlib log console )
  5. register_component()