mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
9 lines
152 B
CMake
9 lines
152 B
CMake
set(SOURCES
|
|
Tar.cpp
|
|
TarStream.cpp
|
|
Zip.cpp
|
|
)
|
|
|
|
serenity_lib(LibArchive archive)
|
|
target_link_libraries(LibArchive LibCore)
|