文章分类 -  CMake学习

从零开始详细介绍CMake系列(1)CMake一个HelloWorld
摘要:CMake一个HelloWorld 步骤1:编写一个Helloworld程序 点击查看代码 #main.cpp #include <iostream> int main(){ std::cout << "hello word" << std::endl; } 步骤2:写CMakeLists.txt 阅读全文
posted @ 2022-08-04 15:49 hold涛 阅读(50) 评论(0) 推荐(0)