OVMS3-idf/components/bt/test/CMakeLists.txt
2019-06-21 19:53:29 +08:00

5 lines
194 B
CMake

if(CONFIG_BT_ENABLED OR CMAKE_BUILD_EARLY_EXPANSION)
idf_component_register(SRC_DIRS "."
INCLUDE_DIRS "."
REQUIRES unity nvs_flash bt)
endif()