CMakeLists.txt 284 B

123456
  1. if(CONFIG_BT_ENABLED OR CMAKE_BUILD_EARLY_EXPANSION)
  2. idf_component_register(SRC_DIRS "."
  3. PRIV_INCLUDE_DIRS "."
  4. PRIV_REQUIRES cmock nvs_flash bt esp_ringbuf)
  5. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
  6. endif()