CMake: Ensure build and test presets for Distribution and Debug

This commit is contained in:
Andrew Kaster
2025-01-20 08:38:01 -07:00
committed by Jelle Raaijmakers
parent af5f23cdda
commit 13338a9532
2 changed files with 26 additions and 0 deletions

View File

@@ -75,6 +75,9 @@ get_build_dir() {
"Sanitizer")
BUILD_DIR="${LADYBIRD_SOURCE_DIR}/Build/sanitizers"
;;
"Distribution")
BUILD_DIR="${LADYBIRD_SOURCE_DIR}/Build/distribution"
;;
*)
echo "Unknown BUILD_PRESET: '$1'" >&2
exit 1