Files
esp-protocols/common_components/modem_sim/pppd_cmd/CMakeLists.txt
2025-07-11 17:37:51 +02:00

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)