ladybird/Meta/CMake/ladybird_helper_processes.cmake
Sam Atkins d3ad37e635 Meta: Define helper processes for Ladybird and test-web in one place
These both require the same helper processes, and maintaining the same
list in multiple places is error-prone. For example, I spent too long
debugging why test-web was crashing, when the issue was that Compositor
hadn't been rebuilt as test-web didn't depend on it. That problem can
no longer happen if we define the same dependency list for both.
2026-05-28 14:45:48 +01:00

7 lines
111 B
CMake

set(ladybird_helper_processes
Compositor
ImageDecoder
RequestServer
WebContent
WebWorker
)