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_ieee802154_debug cmd_system
                       WHOLE_ARCHIVE)
