首先在VSCode中下载CMake和CMake Tools两个插件。

选中CMake Tools,可以看到在VSCode中如何使用cmake编译C++工程的教程。

 

官网教程

最重要且最实用,看这个网址就够了

https://vector-of-bool.github.io/docs/vscode-cmake-tools/getting_started.html

 

如果想细致了解,看以下两个网站

https://vector-of-bool.github.io/docs/vscode-cmake-tools/configuring.html

https://vector-of-bool.github.io/docs/vscode-cmake-tools/building.html

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
猜你喜欢
  • 2022-12-23
  • 2020-05-25
  • 2021-11-08
  • 2021-07-11
  • 2019-08-23
  • 2021-11-23
  • 2022-12-23
相关资源
相似解决方案