update and test with rpi zero 2

This commit is contained in:
2025-05-12 17:53:09 +02:00
parent c1fb89271c
commit 4b3b2d1772
73 changed files with 215772 additions and 2600 deletions

View File

@@ -1,6 +1,9 @@
include(FetchContent)
set(FETCHCONTENT_FULLY_DISCONNECTED ON)
#set(FETCHCONTENT_FULLY_DISCONNECTED ON)
# set(BUILD_SHARED_LIBS off)
# set(ENABLE_CJSON_TEST off)
FetchContent_Declare(
logc
@@ -12,5 +15,10 @@ FetchContent_Declare(
GIT_REPOSITORY "https://github.com/Tropicananass/wsServer.git"
)
# FetchContent_Declare(
# cjson
# GIT_REPOSITORY "https://github.com/DaveGamble/cJSON.git"
# )
# add the log.c and ws libraries
FetchContent_MakeAvailable(logc ws)
FetchContent_MakeAvailable(logc ws)