https://github.com/rnburn/cpp20-module-example
https://github.com/rnburn/cpp20-module-example
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rnburn/cpp20-module-example
- Owner: rnburn
- Created: 2022-02-13T04:55:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T22:16:45.000Z (almost 4 years ago)
- Last Synced: 2025-01-20T02:49:27.148Z (12 months ago)
- Language: Starlark
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)