From 8d629725f1dd7b510741bd38b630f9474124b275 Mon Sep 17 00:00:00 2001 From: apio Date: Fri, 7 Oct 2022 16:45:50 +0200 Subject: [PATCH] Add README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..032f6a5 --- /dev/null +++ b/README.md @@ -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` \ No newline at end of file