GoogleTest With CMake:带有CMake的GoogleTest启动项目 源码
有关如何使用CMake设置googletest的示例项目。 详细的博客可以在这里找到 档案结构 ├── build # build folder for this project ├── src │ ├── sample_lib_1 # Sample Library 1 folder │ │ ├── sample_lib_1.cpp # Implementation file for Sample Library 1 │ │ ├── sample_lib_1.hpp # Decla
下载地址
用户评论