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