serenity/Userland/Libraries/LibPartition
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
DiskPartitionMetadata.cpp
DiskPartitionMetadata.h
EBRPartitionTable.cpp LibPartition: Fix end block off by one error 2022-07-21 20:13:44 +01:00
EBRPartitionTable.h LibPartition: Make EBRPartitionTable kernel/userland agnostic 2022-07-21 20:13:44 +01:00
GUIDPartitionTable.cpp LibPartition: Make GUIDPartitionTable kernel/userland agnostic 2022-07-21 20:13:44 +01:00
GUIDPartitionTable.h LibPartition: Make GUIDPartitionTable kernel/userland agnostic 2022-07-21 20:13:44 +01:00
MBRPartitionTable.cpp LibPartition: Fix end block off by one error 2022-07-21 20:13:44 +01:00
MBRPartitionTable.h LibPartition: Make MBRPartitionTable kernel/userland agnostic 2022-07-21 20:13:44 +01:00
PartitionTable.cpp LibPartition: Make PartitionTable kernel/userland agnostic 2022-07-21 20:13:44 +01:00
PartitionTable.h LibPartition: Make PartitionTable kernel/userland agnostic 2022-07-21 20:13:44 +01:00