mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-30 13:56:36 +00:00
10 lines
241 B
CMake
10 lines
241 B
CMake
set(srcs "cert_test.c"
|
|
"cmd_phy.c")
|
|
if(CONFIG_COMMANDS_ENABLE_BLE_DTM_TEST)
|
|
list(APPEND srcs "cmd_ble_dtm.c")
|
|
endif()
|
|
|
|
idf_component_register(SRCS "${srcs}"
|
|
PRIV_REQUIRES bt
|
|
INCLUDE_DIRS ".")
|