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

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

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)