Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Build2中是否有类似 CMake 的 find_package 的机制?
如何包含仅存在于我的系统上而不存在于包管理器包中的库?
要在bar项目中使用foo作为依赖项,您需要添加一行:
cxx.libs += -lfoo
在 ~/bar/bar/buildfile