https://github.com/jsonzilla/template_simple_gtest
Simple Cmake project with gtest suport
https://github.com/jsonzilla/template_simple_gtest
cpp testing-tools
Last synced: 5 months ago
JSON representation
Simple Cmake project with gtest suport
- Host: GitHub
- URL: https://github.com/jsonzilla/template_simple_gtest
- Owner: jsonzilla
- Created: 2021-05-08T15:30:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T19:50:23.000Z (over 3 years ago)
- Last Synced: 2025-07-23T16:38:04.646Z (8 months ago)
- Topics: cpp, testing-tools
- Language: CMake
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# template_simple_gtest
Simple Cmake project with gtest
[](https://app.travis-ci.com/jsonzilla/template_simple_gtest)
[](https://ci.appveyor.com/project/jsonzilla/template-simple-gtest)
## Get submodules
````
git submodule update --init --recursive
````
## Build
```
mkdir build
cd build
cmake -G "Visual Studio 16 2019" ..\src\
```