mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03: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)
|