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

Libraries: Rename LibTar to LibArchive

This is in preparation for a new implementation of zip archive
extraction and creation.
This commit is contained in:
Idan Horowitz 2021-03-18 16:22:05 +02:00 committed by Andreas Kling
parent 40eab55e7d
commit a809db90dd
8 changed files with 36 additions and 36 deletions

View file

@ -0,0 +1,6 @@
set(SOURCES
TarStream.cpp
)
serenity_lib(LibArchive archive)
target_link_libraries(LibArchive LibCore)