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

8 lines
204 B
CMake
Raw Normal View History

2018-11-19 12:04:42 +01:00
if(CONFIG_BT_ENABLED OR CMAKE_BUILD_EARLY_EXPANSION)
2018-08-27 04:48:16 +02:00
set(COMPONENT_SRCDIRS ".")
set(COMPONENT_ADD_INCLUDEDIRS ".")
2018-11-19 12:04:42 +01:00
set(COMPONENT_REQUIRES unity nvs_flash bt)
2018-08-27 04:48:16 +02:00
2018-11-19 12:04:42 +01:00
register_component()
endif()