update code to support brotli

This commit is contained in:
Ned Wright
2026-01-04 11:39:41 +00:00
parent 2105628f05
commit 041a463390
22 changed files with 3292 additions and 81 deletions

View File

@@ -32,6 +32,7 @@ target_link_libraries(${EXECUTABLE_NAME}
boost_context
boost_regex
pthread
${Brotli_LIBRARIES}
)
install(TARGETS ${EXECUTABLE_NAME} DESTINATION bin)