mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01: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)
|