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.
我有一个项目依赖于从另一个项目创建的库。虽然这在我的桌面的 netbeans 中运行,但当我远程构建它时它不会,因为与库的相关项目(我使用属性选项卡添加,在 Linker->Libraries 中)添加了绝对路径!有没有办法用相对路径添加它?
虽然,我还没有找到解决此问题的适当方法,但目前我正在通过远程计算机中的主项目将库手动移动到所需的路径。