Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 238 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 238 Bytes

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