mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-15 14:59:34 +01:00
7 lines
182 B
CMake
7 lines
182 B
CMake
idf_component_register(
|
|
SRCS additional_commands.c
|
|
INCLUDE_DIRS include
|
|
REQUIRES at freertos nvs_flash)
|
|
|
|
idf_component_set_property(${COMPONENT_NAME} WHOLE_ARCHIVE TRUE)
|