An open API service indexing awesome lists of open source software.

https://github.com/fazers/solar-system


https://github.com/fazers/solar-system

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Solar System

## Build

```bash
cmake -E make_directory build && cd build
cmake -G Ninja .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --parallel --config Release
ctest -C Release --output-on-failure --output-junit test-results.xml
cmake --install .
cmake --build . --config Release --target package
```