1
Fork 0
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:
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

@ -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)