1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/minimal-examples/embedded/lhp/esp32-waveshare-104-212/main/CMakeLists.txt
2024-11-03 07:59:12 +00:00

8 lines
302 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")
target_link_libraries(${COMPONENT_LIB} PRIVATE websockets)
include_directories(../build/libwebsockets)