Open KOLANICH opened 4 years ago
Only MSVC is supported
How about MinGW-w64? I guess having CMake (or other build system with compiler abstraction layer) build is an absolute prerequisite for that because noone wants to write lot of toolchain-specific recepies.
This is a plugin for x64dbg. Mingw is not officially supported. Likely the libs won’t link. This plugin is part of the x64dbg project and msvc is what is used everywhere there. I recognize the value of cmake, but here it just detracts from the goal. Which does not include mingw or other platforms.
To what benefit? Only MSVC is supported and you can simply upgrade the solution and compile things with VS2019 if you really want to.