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

https://github.com/rnburn/cpp20-module-example


https://github.com/rnburn/cpp20-module-example

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

          

Example Product using C++20 Modules and Bazel

To build, run

```sh
./ci/run_docker.sh
bazel build //...
./bazel-bin/app/zoo
```

See also [How to Use C++20 Modules with Bazel](https://buildingblock.ai/cpp20-modules-bazel)