esp-idf/examples/ieee802154/ieee802154_cli/main/CMakeLists.txt

11 lines
386 B
CMake
Raw Normal View History

set(srcs "esp_ieee802154_cli.c")
set(include "."
"include")
# In order for the cases defined by `TEST_CASE` to be linked into the final elf,
# the component can be registered as WHOLE_ARCHIVE
idf_component_register(SRCS ${srcs}
PRIV_REQUIRES ieee802154 console fatfs nvs_flash esp_phy cmd_ieee802154 cmd_system
WHOLE_ARCHIVE)