https://github.com/fazers/solar-system
https://github.com/fazers/solar-system
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fazers/solar-system
- Owner: FaZeRs
- Created: 2024-10-16T08:49:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T12:26:29.000Z (over 1 year ago)
- Last Synced: 2024-10-18T10:20:11.805Z (over 1 year ago)
- Language: C++
- Size: 32.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```