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

8 lines
204 B
CMake
Raw Normal View History

2018-11-19 06:04:42 -05:00
if(CONFIG_BT_ENABLED OR CMAKE_BUILD_EARLY_EXPANSION)
2018-08-26 22:48:16 -04:00
set(COMPONENT_SRCDIRS ".")
set(COMPONENT_ADD_INCLUDEDIRS ".")
2018-11-19 06:04:42 -05:00
set(COMPONENT_REQUIRES unity nvs_flash bt)
2018-08-26 22:48:16 -04:00
2018-11-19 06:04:42 -05:00
register_component()
endif()