webcxx-example/README.md
2022-10-07 16:46:02 +02:00

14 lines
239 B
Markdown

# 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`