mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:37:34 +00:00
LibCompress: Rename libcompression.so to libcompress.so
This commit is contained in:
parent
e6f886677e
commit
f9f9cda025
2 changed files with 2 additions and 2 deletions
|
@ -4,5 +4,5 @@ set(SOURCES
|
|||
Gzip.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibCompress compression)
|
||||
serenity_lib(LibCompress compress)
|
||||
target_link_libraries(LibCompress LibC LibCrypto)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue