mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05:00
99ee93149c
TarStream parses the contents of a tar file from an InputStream
6 lines
96 B
CMake
6 lines
96 B
CMake
set(SOURCES
|
|
TarStream.cpp
|
|
)
|
|
|
|
serenity_lib(LibTar tar)
|
|
target_link_libraries(LibTar LibCore)
|