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

8 lines
204 B
CMake
Raw Permalink Normal View History

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