14 lines
239 B
Markdown
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`
|