CMakeLists.txt 204 B

12345
  1. if(CONFIG_BT_ENABLED OR CMAKE_BUILD_EARLY_EXPANSION)
  2. idf_component_register(SRC_DIRS "."
  3. PRIV_INCLUDE_DIRS "."
  4. PRIV_REQUIRES unity nvs_flash bt)
  5. endif()