An open API service indexing awesome lists of open source software.

https://github.com/tx7do/test_cmake_gtest


https://github.com/tx7do/test_cmake_gtest

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# 使用CMake编译库,并使用GoogleTest测试库

## 安装依赖

```bash
sudo apt-get install libgtest-dev
```