OVMS3-idf/components/bt/test/CMakeLists.txt

5 lines
194 B
CMake
Raw Normal View History

2018-11-19 11:04:42 +00:00
if(CONFIG_BT_ENABLED OR CMAKE_BUILD_EARLY_EXPANSION)
idf_component_register(SRC_DIRS "."
INCLUDE_DIRS "."
REQUIRES unity nvs_flash bt)
endif()