-
-
Notifications
You must be signed in to change notification settings - Fork 454
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
Switch to a build automation tool #21
Comments
Good point. What's about c++/cli and c# support? |
As far as I know, CMake, GYP, Premake and SCons are able to generate C++/CLI and C# projects. VPC can't generate C# projects. |
How about change CMake to a Meson? It has nice python-like syntax, documentation, and easy dealing with dependencies plus fast ninja build as default, but require explicit project configuration. |
What benefits will it give? CMake is already written and works, are there any advantages that will justify the cost of the transition? In any case, patches are welcome. |
Would be simpler and cleaner to switch to a tool like Premake instead of just dealing with a VS solution and a lot of vcxproj files.
CMake offers a nice way to deal with third-party dependencies.
Premake makes use of Lua and thus, is a bit simpler (at least, it's what I noticed) than CMake but anyway, the main point of this issue is: determining whether or not we should switch to such a tool.
Pros
Cons
Build automation tools
The text was updated successfully, but these errors were encountered: