esp-idf/components/lwip/test_apps/main/CMakeLists.txt
2022-09-29 10:40:28 +02:00

5 lines
185 B
CMake

idf_component_register(SRCS "lwip_test.c"
REQUIRES test_utils
INCLUDE_DIRS "."
PRIV_REQUIRES unity lwip test_utils)