https://github.com/ryoppippi/cpp-zig-build-system-demo
https://github.com/ryoppippi/cpp-zig-build-system-demo
zig ziglang
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryoppippi/cpp-zig-build-system-demo
- Owner: ryoppippi
- License: mit
- Created: 2022-08-04T11:22:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T23:14:07.000Z (over 1 year ago)
- Last Synced: 2025-04-30T10:15:02.128Z (about 1 year ago)
- Topics: zig, ziglang
- Language: Zig
- Homepage:
- Size: 32.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp-zig-build-system-demo
Compare Cmake and zig toolchain to build a C++ project.
```sh
make build_zig
make build_cmake_make
make build_cmake_ninja
```
## Japanese Article
https://zenn.dev/ryoppippi/articles/9efc7b621ec853
## License
MIT
## Author
Ryotaro "Justin" Kimura (a.k.a. ryoppippi)