add http_header class and bot::http namespace

This commit is contained in:
Syping 2026-03-29 07:32:37 +02:00
parent f12e13ed28
commit e98bd9de6c
14 changed files with 185 additions and 72 deletions

View file

@ -119,7 +119,8 @@ if (UNIX AND NOT APPLE)
endif()
# dtranslatebot Target + Installs
add_executable(dtranslatebot ${DTRANSLATEBOT_HEADERS} ${DTRANSLATEBOT_SOURCES} ${DTRANSLATEBOT_RESOURCES})
add_executable(dtranslatebot ${DTRANSLATEBOT_HEADERS} ${DTRANSLATEBOT_SOURCES} ${DTRANSLATEBOT_RESOURCES}
src/core/http_headers.h src/core/http_headers.cpp)
if (WITH_DPP_STATIC_BUNDLE)
add_dependencies(dtranslatebot DPP)
endif()