go home

C/C++/CPP/VCXPROJ Build Template using GCC/G++ (gccbuild)

MSBuild template to make use of GCC/g++ for compiling Microsoft C++ projects (VcxProj). Use it with dotnet new. You need to have a vcxproj or sln solution in current directory.
dotnet new --install "GCC.Build.Template"
dotnet new gccbuild
  • Tags: language: C# type: project
  • Classifications: Common Console