Add boost example (#70)

* add unit tests

* added boost

* cleanup

* add pthread

* Update README.md
This commit is contained in:
Lars Melchior
2019-07-01 20:30:21 +02:00
committed by GitHub
parent 1e8d8d43c7
commit 25a9158448
4 changed files with 59 additions and 1 deletions

View File

@@ -130,6 +130,17 @@ CPMAddPackage(
)
```
### [Boost (via boost-cmake)](https://github.com/Orphis/boost-cmake)
```CMake
CPMAddPackage(
NAME boost-cmake
GITHUB_REPOSITORY Orphis/boost-cmake
VERSION 1.67.0
)
```
### [google/benchmark](https://github.com/google/benchmark)
```cmake