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

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

Awesome Lists containing this project

README

          

# template_simple_gtest
Simple Cmake project with gtest

[![Build Status](https://app.travis-ci.com/jsonzilla/template_simple_gtest.svg?branch=master)](https://app.travis-ci.com/jsonzilla/template_simple_gtest)
[![Build status](https://ci.appveyor.com/api/projects/status/fxkxyow0ap424qk8?svg=true)](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\
```