mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 23:02:08 +00:00
11 lines
206 B
CMake
11 lines
206 B
CMake
set(SOURCES
|
|
Brotli.cpp
|
|
BrotliDictionary.cpp
|
|
Deflate.cpp
|
|
Lzma.cpp
|
|
Zlib.cpp
|
|
Gzip.cpp
|
|
)
|
|
|
|
serenity_lib(LibCompress compress)
|
|
target_link_libraries(LibCompress PRIVATE LibCore LibCrypto)
|