https://github.com/appleboiy/gtest-sample
sample project that shows how to use GoogleTest with CMake.
https://github.com/appleboiy/gtest-sample
Last synced: 3 days ago
JSON representation
sample project that shows how to use GoogleTest with CMake.
- Host: GitHub
- URL: https://github.com/appleboiy/gtest-sample
- Owner: AppleBoiy
- Created: 2024-06-29T03:39:30.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T03:49:42.000Z (12 months ago)
- Last Synced: 2025-04-05T17:38:01.508Z (2 months ago)
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GoogleTest Sample
This is a sample project that shows how to use GoogleTest with CMake.
## Prerequisites
- CMake
- GoogleTest
- Make