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: