mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
10 lines
177 B
CMake
10 lines
177 B
CMake
set(SOURCES
|
|
Deflate.cpp
|
|
PackBitsDecoder.cpp
|
|
Zlib.cpp
|
|
Gzip.cpp
|
|
)
|
|
|
|
serenity_lib(LibCompress compress)
|
|
target_link_libraries(LibCompress PRIVATE LibCore LibCrypto)
|