CMake的一些正确姿势
摘要:
0,设置Debug / Release: CMakeLists.txt: SET(CMAKE_BUILD_TYPE "Debug”) or SET(CMAKE_BUILD_TYPE "Release") 用参数设置 mkdir Release cd Release cmake -DCMAKE_BUI 阅读全文
posted @ 2017-08-26 14:04 gearslogy 阅读(540) 评论(0) 推荐(0) 编辑