https://github.com/tx7do/test_cmake_gtest
https://github.com/tx7do/test_cmake_gtest
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tx7do/test_cmake_gtest
- Owner: tx7do
- License: mit
- Created: 2022-06-14T08:15:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T11:43:11.000Z (almost 4 years ago)
- Last Synced: 2025-01-02T05:32:15.672Z (over 1 year ago)
- Language: CMake
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 使用CMake编译库,并使用GoogleTest测试库
## 安装依赖
```bash
sudo apt-get install libgtest-dev
```