cmake: Add BZip2 support

This commit is contained in:
Corentin Le Molgat
2025-04-07 13:22:15 +02:00
parent d3cf912277
commit 1f27694ab8
18 changed files with 829 additions and 595 deletions

View File

@@ -578,6 +578,7 @@ endif()
target_link_libraries(${PROJECT_NAME} PUBLIC
${CMAKE_DL_LIBS}
ZLIB::ZLIB
BZip2::BZip2
${ABSL_DEPS}
protobuf::libprotobuf
${RE2_DEPS}