ladybird/Userland/Libraries/LibIDL
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
IDLParser.cpp LibIDL: Resolve typedefs in UnionType members recursively 2022-10-21 12:11:24 +02:00
IDLParser.h LibIDL: Remove static maps for interfaces and resolved imports 2022-10-09 10:14:57 +02:00
Types.cpp LibIDL: Implement EffectiveOverloadSet 2022-09-17 21:27:17 +02:00
Types.h BindingsGenerator+LibIDL: Parse "inherit" attributes 2022-10-06 21:45:07 +01:00