2e760d374e
(cherry picked from commit 71bc00568dae42de149d495a202c834bc8d90ba3) Co-authored-by: zwl <zhaoweiliang@espressif.com>
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 ".")
|