mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2026-02-06 06:45:58 +08:00
Add boost example (#70)
* add unit tests * added boost * cleanup * add pthread * Update README.md
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user