You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To build a static library with tests by default, simply run:
41
41
```bash
42
42
mkdir build
43
43
cd build
@@ -49,6 +49,7 @@ If requiring a shared library, use:
49
49
```bash
50
50
cmake -DBUILD_SHARED_LIBS=ON ..
51
51
```
52
+
In this case, tests are deactivated.
52
53
53
54
## Viewer
54
55
Check out the viewer at [odrviewer.io](https://odrviewer.io) which uses this library. Use the [odrviewer project](https://github.com/pageldev/odrviewer) to post issues and feature requests for odrviewer.io.
0 commit comments