| MSVC 2022 | Test Coverage |
|---|---|
Windows framework for server and console applications.
- CMake >= 3.10
- Visual Studio 2022
git clone https://github.com/gknowles/dimapp.git
cd dimapp
git submodule update --init
configure.batBuild from command line:
msbuild /p:Configuration=Release /m /v:m build\dimapp.slnOr in Visual Studio:
devenv build\dimapp.slnBinaries are placed in dimapp/bin, and can be run from there for simple testing.