mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
9 lines
182 B
CMake
9 lines
182 B
CMake
set(SOURCES
|
|
Tar.cpp
|
|
TarStream.cpp
|
|
Zip.cpp
|
|
)
|
|
|
|
serenity_lib(LibArchive archive)
|
|
target_link_libraries(LibArchive PRIVATE LibCompress LibCore LibCrypto)
|