Timothy Flynn
22e0eeada2
Everywhere: Hoist the Services folder to the top-level
2024-11-10 12:50:45 +01:00
Andrew Kaster
9f25dc6b09
CMake+CI: Remove BUILD_LAGOM=OFF option in favor of LAGOM_TOOLS_ONLY=ON
...
The far more common configuration for Ladybird is to always build the
Lagom libraries.
2024-06-08 07:58:11 +02:00
Andrew Kaster
66d91fa08c
Meta: Add new top-level CMakeLists
2024-06-04 13:44:22 -06:00
Timothy Flynn
bdbe2fdcc5
Everywhere: Replace SERENITY_SOURCE_DIR with LADYBIRD_SOURCE_DIR
...
In order to have checkouts of both SerenityOS and Ladybird, we need to
use a different environment variable for Ladybird.
2024-06-03 15:57:59 +02:00
Aliaksandr Kalenik
a2d13c47bd
Ladybird: Fix build failure caused by missing WebDriver header
...
Fix the problem that `cmake --build Build/ladybird` started
failing with:
fatal error: 'WebContent/WebDriverConnection.h' file not found
after 11fe34ce0f
2023-03-19 09:53:57 -04:00
Nico Weber
ac039d93f0
Ladybird: Fix typos
2022-12-30 17:21:57 +01:00
Andrew Kaster
b4d80f92ec
Ladybird: Support building Ladybird as a non-top-level project
...
The implementation assumes that Lagom is either the top level project,
or included before Ladybird is.
2022-12-25 07:58:58 -07:00