Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use CMake as a build system in order to support multiple compilers #43

Open
KOLANICH opened this issue Dec 5, 2019 · 3 comments
Open

Comments

@KOLANICH
Copy link

KOLANICH commented Dec 5, 2019

No description provided.

@mrexodia
Copy link
Member

mrexodia commented Dec 5, 2019

To what benefit? Only MSVC is supported and you can simply upgrade the solution and compile things with VS2019 if you really want to.

@KOLANICH
Copy link
Author

KOLANICH commented Dec 5, 2019

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.

@mrexodia
Copy link
Member

mrexodia commented Dec 5, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants