首页 > TAG信息列表 > cmke

【cmke】cmake相关的记录

之前在电脑本地的一些记录,记录遍布各个文件夹,需要的时候查找翻阅不便,现归纳到此。 单文件的cmake 1、内部编译 hello.cpp #include <iostream> using namespace std; int main(int argc, char **argv) { cout << "Hello test!" << endl; return 0; } CMakeLists.txt # 声明