高性能并行编程与优化 | 第01讲回家作业
Posted yantuguiguziPGJ
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了高性能并行编程与优化 | 第01讲回家作业相关的知识,希望对你有一定的参考价值。
目录
1 问题
1 CMake Error: CMake can not determine linker language for target: stbiw
在未增加stb_image_write.cpp时,可以直接在外层的CMakeLists.txt里添加这个解决:
set_target_properties(stbiw PROPERTIES LINKER_LANGUAGE CXX)
2 fatal error LNK1120: 1 unresolved externals
经过的操作:
在共享库的基础上,直接编译静态库。
再重启所有的VS项目就好了。
2 代码和编译结果
链接:https://pan.baidu.com/s/1Qi83WJS6D63dz7TD5T7UIw
提取码:nycp
3 使用方式
cd C:\\\\Users\\\\pgjgg\\\\Desktop\\\\C++_learn\\\\course-master\\\\hw01
git clone https://github.com/pengguanjun/hw01.git
cd hw01
C:/zeno/vcpkg/downloads/cmake-3.21.1-windows-i386/bin/cmake.exe -B build
##cmd.exe命令行运行
4 相关链接
VS2019 | cmake good,run bad. by pengguanjun · Pull Request #37 · parallel101/hw01 (github.com)
5 躺坑记录
以上是关于高性能并行编程与优化 | 第01讲回家作业的主要内容,如果未能解决你的问题,请参考以下文章