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
- Host: GitHub
- URL: https://github.com/ggarber/cmake-bootstrap
- Owner: ggarber
- Created: 2016-02-07T22:28:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T23:15:29.000Z (over 2 years ago)
- Last Synced: 2024-10-19T04:27:45.169Z (over 1 year ago)
- Topics: cmake, cmake-bootstrap, cpp, gtest-support, template
- Language: CMake
- Size: 12.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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