mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:07:34 +00:00
LibTar: Create LibTar and TarStream
TarStream parses the contents of a tar file from an InputStream
This commit is contained in:
parent
1f90e4ab8d
commit
99ee93149c
5 changed files with 312 additions and 0 deletions
6
Libraries/LibTar/CMakeLists.txt
Normal file
6
Libraries/LibTar/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
set(SOURCES
|
||||
TarStream.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibTar tar)
|
||||
target_link_libraries(LibTar LibCore)
|
Loading…
Add table
Add a link
Reference in a new issue