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

https://github.com/ggarber/cmake-bootstrap

CMake project template with C++11 and gtest support
https://github.com/ggarber/cmake-bootstrap

cmake cmake-bootstrap cpp gtest-support template

Last synced: about 1 year ago
JSON representation

CMake project template with C++11 and gtest support

Awesome Lists containing this project

README

          

# cmake-bootstrap
CMake project template with C++17 and gtest support

# How to use
Clone this repository, change ProjectName in CMakeFile.txt and then:
```
cd build
cmake ..
make -j 8
```

ADD LOG4CXXX
ADD cppdoc
ADD more C++14 examples