https://github.com/soerlemans/gobind-example
Example usage of my gobind library project.
https://github.com/soerlemans/gobind-example
Last synced: 20 days ago
JSON representation
Example usage of my gobind library project.
- Host: GitHub
- URL: https://github.com/soerlemans/gobind-example
- Owner: soerlemans
- License: mit
- Created: 2025-04-10T15:50:25.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-11T14:38:19.000Z (about 2 months ago)
- Last Synced: 2025-04-11T15:50:40.127Z (about 2 months ago)
- Language: CMake
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gobind-example
Example usage of my gobind library project.```
cmake -S . -B build/
cmake --build build/ --parallel 4
```