vs配置参数
//解决方案所在路径
$(SolutionDir)
//项目路径
$(ProjectDir)
// 上一级目录
..\
// 同一级目录
.\
配置静态库
-
指定头文件路径
image.png
-
指定静态库路径
image.png
- 添加静态库名称
image.png
https://docs.microsoft.com/zh-cn/cpp/build/walkthrough-creating-and-using-a-dynamic-link-library-cpp?view=vs-2019
配置动态库
-
PATH=E:\zdd-github\grpc-master.build\third_party\zlib\Debug;
image.png
配置远程linux计算机教程
https://blog.csdn.net/xxdddail/article/details/90437257
![](https://img.haomeiwen.com/i4428387/d5e3798f188f0a39.png)
远程调试附加进程
https://www.cnblogs.com/draweye/p/11081529.html
官方调试教程
https://www.bilibili.com/video/av22384149?from=search&seid=1809572429628272740
https://docs.microsoft.com/zh-cn/cpp/linux/deploy-run-and-debug-your-linux-project?view=vs-2019
网友评论