https://github.com/horance-liu/hiai
https://github.com/horance-liu/hiai
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/horance-liu/hiai
- Owner: horance-liu
- License: other
- Created: 2021-08-04T15:44:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-04T15:45:07.000Z (over 3 years ago)
- Last Synced: 2025-04-15T01:16:48.225Z (15 days ago)
- Language: CMake
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hiai
## Build
```bash
$ mkdir build && cd build
$ cmake ..
$ make
```## Test
```bash
$ cmake -DHIAI_RUN_TESTS=on ..
$ make
$ make test
```