kvrmnks/kvrmnks.github.io

cmake的坑 | Kvrmnks' blog

Opened this issue · 0 comments

https://www.kvrmnks.top/2021/06/13/2021/cmake%E7%9A%84%E5%9D%91/

cmake的坑。。。cmake并不在mingw中嗯,需要重新安装。。 vscode terminal的环境变量需要重启vscode才能生效mingw 中的“make” 叫做“mingw32-make”cmake 默认使用vs的那套工具栈也就是说需要 cmake -G “MinGW Makefiles” [directoty] 注意这里大小写敏感! 参数没有逗号分隔 常用指令&功能设置变量1