initial commit

This commit is contained in:
2025-08-05 15:53:44 +08:00
commit 09dc02ae52
553 changed files with 137665 additions and 0 deletions

17
cmake/vars.cmake Executable file
View File

@@ -0,0 +1,17 @@
# see Makefile.vars
set(LIBHV_PATH "third_party/libhv")
set(LIBHV_HEADERS
${LIBHV_PATH}
${LIBHV_PATH}/base
${LIBHV_PATH}/ssl
${LIBHV_PATH}/event
${LIBHV_PATH}/util
${LIBHV_PATH}/cpputil
${LIBHV_PATH}/evpp
${LIBHV_PATH}/protocol
${LIBHV_PATH}/http
${LIBHV_PATH}/http/client
${LIBHV_PATH}/http/server
${LIBHV_PATH}/mqtt
)