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
文件列表
GoogleTest-With-CMake-master.zip
(预估有个20文件)
GoogleTest-With-CMake-master
src
sample_lib_1
sample_lib_1.hpp
209B
CMakeLists.txt
351B
sample_lib_1.cpp
308B
CMakeLists.txt
153B
main.cpp
403B
sample_lib_2
sample_lib_2.cpp
154B
暂无评论