https://github.com/rupurt/cmake2zig
Zig library to convert CMake bulds to the Zig build system
https://github.com/rupurt/cmake2zig
cmake zig
Last synced: about 1 year ago
JSON representation
Zig library to convert CMake bulds to the Zig build system
- Host: GitHub
- URL: https://github.com/rupurt/cmake2zig
- Owner: rupurt
- License: mit
- Created: 2025-04-06T13:32:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T14:33:21.000Z (about 1 year ago)
- Last Synced: 2025-04-06T14:38:08.952Z (about 1 year ago)
- Topics: cmake, zig
- Language: Zig
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cmake2zig
Zig library to convert CMake bulds to the Zig build system
```console
> dev
USAGE: dev
COMMANDS:
setup Ensures configuration has been initialized
check Ensures code is formatted and that tests pass
examples Example CMake build systems that can be converted to the Zig build system
```
## License
`cmake2zig` is released under the [MIT license](./LICENSE)