随笔分类 - cmake
摘要:cmake官方文件第一步: https://cmake.org/cmake/help/latest/guide/tutorial/A%20Basic%20Starting%20Point.html 一个简单的开方程序用cmake来组织: CMakeLists: cmake_minimum_requi
阅读全文
摘要:cmake里设置程序编译为debug模式 这种方法每次会执行一次 cmake .. 和 make tasks.json // tasks.json { "version": "2.0.0", "options": { "cwd": "xxx/build" //build文件的位置 }, "tasks
阅读全文