An example webcxx application
Go to file
2022-11-03 21:59:00 +01:00
static Ready. Set. Go! 2022-10-07 16:38:14 +02:00
webcxx@883310d241 Update webcxx submodule 2022-11-03 21:59:00 +01:00
.gitignore Ready. Set. Go! 2022-10-07 16:38:14 +02:00
.gitmodules Add webcxx submodule 2022-10-07 16:38:40 +02:00
CMakeLists.txt Ready. Set. Go! 2022-10-07 16:38:14 +02:00
LICENSE Add LICENSE 2022-10-07 14:41:51 +00:00
main.cpp Ready. Set. Go! 2022-10-07 16:38:14 +02:00
README.md Add README.md 2022-10-07 16:46:02 +02:00

webcxx-example

An example webcxx project, demonstrating the capabilities of webcxx.

See webcxx.

Building

mkdir -p build

cmake -S . -B build

cmake --build build

Running

build/main