Skip to content

Commit 236a672

Browse files
committed
Update README to include Ninja build instructions
1 parent c946e45 commit 236a672

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@ This project is still under development, and some features may not be fully impl
7474
cmake ..
7575
make
7676
```
77-
77+
or build with ninja:
78+
```bash
79+
cmake -G Ninja ..
80+
ninja
81+
```
7882
By default, the unit tests are compiled and logging is enabled.
7983
Before running the code with a real mesh, you can run the tests to check if everything is working correctly. The tests are written with the Google Test framework, which is included in the repository. To run the tests, use:
8084

0 commit comments

Comments
 (0)