ladybird/Services
ayeteadoe f846b6f2d9 CMake: Remove unnecessary WebContent dependencies on Windows
In the initial work that got Ladybird running on Windows, there were
some DLLs that WebContent implicitly depended on which was causing
runtime errors when launching as they didn't exist in libexec.

So the workaround was to explicitly link the targets that had issues to
WebContent and use lagom_copy_runtime_dlls() to ensure they got copied
to libexec.

But given libexec is not a standard Windows convention, in a later
review we made sure Services got output to the bin folder, but those
initial workarounds were not removed even though they were now
unnecessary.
2025-11-01 07:58:12 -04:00
..
ImageDecoder CMake: Add Windows executable helper function 2025-10-29 21:07:52 -06:00
RequestServer RequestServer: Instruct curl to use Windows CA cert store 2025-10-29 21:07:52 -06:00
WebContent CMake: Remove unnecessary WebContent dependencies on Windows 2025-11-01 07:58:12 -04:00
WebDriver CMake: Add Windows executable helper function 2025-10-29 21:07:52 -06:00
WebWorker CMake: Add Windows executable helper function 2025-10-29 21:07:52 -06:00
CMakeLists.txt Services/WebDriver: Enable on Windows 2025-09-15 09:19:52 +02:00