GoogleTest-With-CMake:带有CMake的GoogleTest启动项目

时间:2024-03-09 22:11:29
【文件属性】:

文件名称:GoogleTest-With-CMake:带有CMake的GoogleTest启动项目

文件大小:11KB

文件格式:ZIP

更新时间:2024-03-09 22:11:29

C++

有关如何使用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 # Declarition file for Sample Library 1 │ │ ├── CMakeList.txt # CMake definition file for Sampl


【文件预览】:
GoogleTest-With-CMake-master
----src()
--------sample_lib_1()
--------CMakeLists.txt(153B)
--------main.cpp(403B)
--------sample_lib_2()
----CMakeLists.txt(246B)
----README.md(2KB)
----tests()
--------CMakeLists.txt(1KB)
--------testSampleLib2()
--------testSampleLib1()
----.gitignore(6B)

网友评论