mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2025-05-12 03:11:48 +00:00
7 lines
319 B
CMake
7 lines
319 B
CMake
idf_component_register(SRCS
|
|
lws-minimal-esp32.c
|
|
devices.c
|
|
INCLUDE_DIRS "../libwebsockets/include;${IDF_PATH}/components/spi_flash/include;${IDF_PATH}/components/nvs_flash/include;${IDF_PATH}/components/mdns/include")
|
|
|
|
target_link_libraries(${COMPONENT_LIB} websockets)
|
|
include_directories(../build/libwebsockets)
|