0
0
Fork 0
wireless-proxy-esp32/project_components/api_router/CMakeLists.txt

11 lines
190 B
CMake

file(GLOB SOURCES *.c
)
idf_component_register(
SRCS ${SOURCES}
INCLUDE_DIRS "."
REQUIRES json request_runner wt_common
PRIV_REQUIRES memory_pool
)