1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:57:36 +00:00

LibArchive: Add helper functions for adding members to a ZipOutputStream

This commit is contained in:
Caoimhe 2023-06-02 17:31:20 +01:00 committed by Linus Groh
parent 2f85faef0f
commit b5124bd826
3 changed files with 71 additions and 1 deletions

View file

@ -5,4 +5,4 @@ set(SOURCES
)
serenity_lib(LibArchive archive)
target_link_libraries(LibArchive PRIVATE LibCore)
target_link_libraries(LibArchive PRIVATE LibCompress LibCore LibCrypto)