CMakeLists.txt 218 B

12345678
  1. if(IDF_TARGET STREQUAL "esp32")
  2. idf_component_register( SRC_DIRS .
  3. INCLUDE_DIRS .
  4. PRIV_REQUIRES services bt display console tools platform_config
  5. )
  6. endif()