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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Xmake v2.3.2 released, Build C/C++ program as fast as ninja

18 点作者 waruqi大约 5 年前

3 条评论

waruqi大约 5 年前
A simple example with package dependences<p><pre><code> add_requires(&quot;tbox &gt;1.6.1&quot;, &quot;libuv master&quot;, &quot;vcpkg::ffmpeg&quot;, &quot;brew::pcre2&#x2F;libpcre2-8&quot;) add_requires(&quot;conan::OpenSSL&#x2F;1.0.2n@conan&#x2F;stable&quot;, {alias = &quot;openssl&quot;, optional = true, debug = true}) target(&quot;test&quot;) set_kind(&quot;binary&quot;) add_files(&quot;src&#x2F;*.c&quot;) add_packages(&quot;tbox&quot;, &quot;libuv&quot;, &quot;vcpkg::ffmpeg&quot;, &quot;brew::pcre2&#x2F;libpcre2-8&quot;, &quot;openssl&quot;)</code></pre>
caikelun大约 5 年前
Amazing~ Better than cmake!
tbfly大约 5 年前
Great app, love it!