ggarber / cmake-bootstrap

CMake project template with C++11 and gtest support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CMake project template with C++11 and gtest support


Languages

Language:CMake 59.0%Language:C++ 36.1%Language:Shell 4.9%