webcxx-example/README.md

14 lines
239 B
Markdown
Raw Normal View History

2022-10-07 14:45:50 +00:00
# webcxx-example
An example webcxx project, demonstrating the capabilities of webcxx.
See [webcxx](https://git.cloudapio.eu/apio/webcxx).
## Building
`mkdir -p build`
`cmake -S . -B build`
`cmake --build build`
## Running
`build/main`