mirror of
https://github.com/espressif/esp-idf
synced 2025-03-25 17:00:13 -04:00
5 lines
185 B
CMake
5 lines
185 B
CMake
|
idf_component_register(SRCS "lwip_test.c"
|
||
|
REQUIRES test_utils
|
||
|
INCLUDE_DIRS "."
|
||
|
PRIV_REQUIRES unity lwip test_utils)
|