cmake 的使用

官网教程:https://cmake.org/cmake-tutorial/html 第一个简单的例子linux 源文件:tutorial.cppubuntu 1 // A simple program that computes the square root of a number 2 #include <stdio.h> 3 #include <stdlib.h> 4 #includ
相关文章
相关标签/搜索