Add README.md

This commit is contained in:
apio 2022-10-07 16:45:50 +02:00
parent 5746ce340c
commit 8d629725f1

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# 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`