🌷🍁 博主猫头虎(🐅🐾)带您 Go to New World✨🍁 🦄 博客首页——🐅🐾猫头虎的博客🎐 🐳 《面试题大全专栏》 🦕 文章图文…
一、简单文件的编译
有如下的目录结构: 其中 helloworld.cpp如下:
#include <iostream>
using namespace std;
int main()
{printf("hello world my name is Ty!");return 0;
}CMakeLists.txt如下:
cmake_minimum_requir…