esp-idf/components/bt/test_apps/main/CMakeLists.txt
2023-09-25 15:01:29 +02:00

7 lines
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)