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:
parent
40eab55e7d
commit
a809db90dd
8 changed files with 36 additions and 36 deletions
6
Userland/Libraries/LibArchive/CMakeLists.txt
Normal file
6
Userland/Libraries/LibArchive/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
set(SOURCES
|
||||
TarStream.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibArchive archive)
|
||||
target_link_libraries(LibArchive LibCore)
|
Loading…
Add table
Add a link
Reference in a new issue