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

https://github.com/isc30/cpp-starter

Project template for modern CMake, GoogleTest and multiple projects/libraries
https://github.com/isc30/cpp-starter

Last synced: 4 months ago
JSON representation

Project template for modern CMake, GoogleTest and multiple projects/libraries

Awesome Lists containing this project

README

          

# Cpp Starter

[![Travis CI](https://img.shields.io/travis/isc30/cpp-starter.svg?label=g%2B%2B%2C%20clang)](https://travis-ci.org/isc30/cpp-starter)
[![AppVeyor](https://img.shields.io/appveyor/ci/isc30/cpp-starter.svg?label=vc%2B%2B)](https://ci.appveyor.com/project/isc30/cpp-starter)
[![MIT license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)

Project template for modern CMake, GoogleTest and multiple projects/libraries

- Modern CMake
- Structure for Multiple Projects and Libraries
- Structure for External Dependencies
- Google Test
- Travis CI
- AppVeyor