mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 03:27: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
|
@ -1,3 +1,4 @@
|
|||
add_subdirectory(LibArchive)
|
||||
add_subdirectory(LibAudio)
|
||||
add_subdirectory(LibC)
|
||||
add_subdirectory(LibChess)
|
||||
|
@ -29,7 +30,6 @@ add_subdirectory(LibRegex)
|
|||
add_subdirectory(LibSymbolClient)
|
||||
add_subdirectory(LibSyntax)
|
||||
add_subdirectory(LibSystem)
|
||||
add_subdirectory(LibTar)
|
||||
add_subdirectory(LibTest)
|
||||
add_subdirectory(LibTextCodec)
|
||||
add_subdirectory(LibThread)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue