mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-24 16:40:21 +00:00
14 lines
255 B
CMake
14 lines
255 B
CMake
set(SOURCES
|
|
Brotli.cpp
|
|
BrotliDictionary.cpp
|
|
Deflate.cpp
|
|
Lzma.cpp
|
|
Lzma2.cpp
|
|
PackBitsDecoder.cpp
|
|
Xz.cpp
|
|
Zlib.cpp
|
|
Gzip.cpp
|
|
)
|
|
|
|
serenity_lib(LibCompress compress)
|
|
target_link_libraries(LibCompress PRIVATE LibCore LibCrypto)
|