0
0
Fork 0
wireless-proxy-esp32/components/dap_proxy/CMakeLists.txt

8 lines
151 B
CMake

file(GLOB SOURCES *.c)
idf_component_register(
SRCS ${SOURCES}
INCLUDE_DIRS "."
PRIV_REQUIRES DAP USBIP esp_ringbuf mbedtls
)