esp-idf/components/bt/test_apps/basic_unit_test/main/CMakeLists.txt

7 wiersze
257 B
CMake

idf_component_register(SRCS "test_bt_main.c"
"test_bt_common.c"
"test_smp.c"
INCLUDE_DIRS "."
PRIV_REQUIRES unity bt
WHOLE_ARCHIVE)