Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdav committed Mar 26, 2024
1 parent b799ffe commit 3efad44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3efad44

Please sign in to comment.