mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 16:25:08 +00:00

This is based on the zip specification on PKWARE's zip specification (https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT) and will be used in the unzip utility and eventually in the zip utility.
7 lines
136 B
CMake
7 lines
136 B
CMake
set(SOURCES
|
|
TarStream.cpp
|
|
Zip.cpp
|
|
)
|
|
|
|
serenity_lib(LibArchive archive)
|
|
target_link_libraries(LibArchive LibCore)
|