TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Xmake vs. Cmake

28 点作者 waruqi将近 6 年前

2 条评论

kstenerud将近 6 年前
The biggest problem is that, despite the many different solutions, no build system has come out as a clear winner for C&#x2F;C++. So every library out there uses a different build system, and to use them all in your app, you must degenerate to makefiles in order to be able to call all the different build tools you need for each library.<p>Every now and then, a new god build system comes out (one builder to rule them all), which only exacerbates the problem.<p>Until the C++ language leaders bless a particular builder, this will continue.
评论 #20081224 未加载
评论 #20081134 未加载
评论 #20085134 未加载
评论 #20081139 未加载
speps将近 6 年前
One very nice feature of CMake is that it can create project files for different IDEs. Add that to XMake if you want to be competitive with CMake as at least on Windows, it&#x27;s a time saver to be able to use Visual Studio to build a C++ project as you can directly debug easily.
评论 #20081207 未加载