mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2025-05-05 16:30:08 +00:00

Implements a carousel rendering and displaying remote HTML + JPEG + PNGs on a variety of display devices, including several EPDs.
8 lines
329 B
CMake
8 lines
329 B
CMake
idf_component_register(SRCS
|
|
../../main.c
|
|
../../lhp-ss.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)
|