Skip to content

gknowles/dimapp

Repository files navigation

dimapp

MSVC 2022 Test Coverage
Build Status Coverage

Windows framework for server and console applications.

Working on the dimapp project

Prerequisites

  • CMake >= 3.6
  • Visual Studio 2022

Configure

git clone https://github.com/gknowles/dimapp.git
cd dimapp
git submodule update --init
configure.bat

Build

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.