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

9 lines
132 B
CMake

file(GLOB SOURCES
*.c
)
idf_component_register(
SRCS ${SOURCES}
INCLUDE_DIRS "."
REQUIRES
)