1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 03:05:10 +00:00
serenity/Userland/Libraries/LibArchive
Tim Schumacher ce2f1b845f Everywhere: Mark dependencies of most targets as PRIVATE
Otherwise, we end up propagating those dependencies into targets that
link against that library, which creates unnecessary link-time
dependencies.

Also included are changes to readd now missing dependencies to tools
that actually need them.
2022-11-01 14:49:09 +00:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Tar.cpp LibArchive: Support writing paths up to 255 characters 2022-10-31 22:10:22 +00:00
Tar.h LibArchive: Support writing paths up to 255 characters 2022-10-31 22:10:22 +00:00
TarStream.cpp Utilities+LibArchive: Don't follow symlinks 2022-10-31 22:10:22 +00:00
TarStream.h Utilities+LibArchive: Don't follow symlinks 2022-10-31 22:10:22 +00:00
Zip.cpp LibArchive: Use named members for ZIP general purpose flags 2022-05-12 22:58:14 +02:00
Zip.h LibArchive: Use named members for ZIP general purpose flags 2022-05-12 22:58:14 +02:00