Files
esp-protocols/common_components/modem_sim/pppd_cmd/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
182 B
CMake
Raw Normal View History

idf_component_register(
2025-07-11 11:00:56 +02:00
SRCS additional_commands.c
INCLUDE_DIRS include
REQUIRES at freertos nvs_flash)
idf_component_set_property(${COMPONENT_NAME} WHOLE_ARCHIVE TRUE)