From 3efad440341eced72faa6ac85a9684f16c9c5dae Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 26 Mar 2024 12:58:13 -0700 Subject: [PATCH] Update readme. --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index 7950c9c..ff561a0 100644 --- a/Readme.md +++ b/Readme.md @@ -40,6 +40,14 @@ Build and run tests using `swift build` and `swift test`, or use the [Swift exte For additional examples, refer to the `Tests\WebDriverTests` directory. +### CMake + +To build with CMake, use the Ninja generator: +```powershell +cmake --build -S . -B build -G Ninja +cmake --build .\build\ +``` + ## Architecture The library has two logical layers: