i and ai refactor pivector2d
This commit is contained in:
@@ -19,13 +19,13 @@ PIP is a C++ cross-platform library providing platform-independent abstractions
|
||||
### Basic Build
|
||||
```bash
|
||||
cmake -B build
|
||||
cmake --build build
|
||||
cmake --build build -j8
|
||||
```
|
||||
|
||||
### Build with Tests
|
||||
```bash
|
||||
cmake -B build -DTESTS=ON
|
||||
cmake --build build
|
||||
cmake --build build -j8
|
||||
```
|
||||
|
||||
### Run Tests
|
||||
|
||||
Reference in New Issue
Block a user