1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00
libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/CMakeLists.txt
2024-11-03 07:59:12 +00:00

8 lines
365 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/lwip/port/include")
#;${IDF_PATH}/components/mdns/include")
target_link_libraries(${COMPONENT_LIB} websockets)
include_directories(../build/libwebsockets)