mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-17 09:14:04 +00:00
9 lines
204 B
CMake
9 lines
204 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}"
|
|
INCLUDE_DIRS ".")
|