摘要:
参考官网:https://google.github.io/googletest/quickstart-cmake.html 【流程】 1)CMakeLists.txt cmake_minimum_required(VERSION 3.14) project(my_project) # Google 阅读全文
摘要:
【编译调试选项】set(CMAKE_C_FLAGS "-g3 -gdwarf-2 -Wall -Werror -Wextra") 阅读全文