mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
This file was here for quite a long while now. Let's finally move most of the dependency checks to one centralized place.
13 lines
252 B
CMake
13 lines
252 B
CMake
set(SOURCES
|
|
Deflate.cpp
|
|
GenericZlib.cpp
|
|
Gzip.cpp
|
|
PackBitsDecoder.cpp
|
|
Zlib.cpp
|
|
)
|
|
|
|
ladybird_lib(LibCompress compress)
|
|
target_link_libraries(LibCompress PRIVATE LibCore LibCrypto)
|
|
|
|
target_link_libraries(LibCompress PRIVATE ZLIB::ZLIB)
|