OVMS3-idf/components/bt/test/CMakeLists.txt
2020-03-23 10:58:50 +08:00

5 lines
204 B
CMake

if(CONFIG_BT_ENABLED OR CMAKE_BUILD_EARLY_EXPANSION)
idf_component_register(SRC_DIRS "."
PRIV_INCLUDE_DIRS "."
PRIV_REQUIRES unity nvs_flash bt)
endif()