Vcxproj generator
#11568
Replies: 1 comment
-
Meson supports a VS backend, so you can do that directly. It will do a native one, not one wrapping ninja. If you want a VS solution that wraps ninja, someone is working on one in #11049 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use meson build for a c++ project with the default ninja backend. From this, I want to generate a Visual Studio makefile project vcxproj file to edit, build (with meson thanks to make file project type) and debug in Visual Studio.
Is it a way to generate vcxproj file ?
Or at least how can I get all dependencies files (cpp files and include files) to create a vcxproj file ?
Beta Was this translation helpful? Give feedback.
All reactions