Concerto DotNet is a C++ library that provides a simple interface for calling a .NET assembly from C++.
TODO
Clone this repository to your local machine.
git clone https://github.com/ArthurVasseur/Concerto.git
Install xmake
Build the project with xmake
.
xmake
Creating cmake project files.
xmake project -k cmakelists
Creating Visual Studio project files.
xmake project -k vsxmake