An open API service indexing awesome lists of open source software.

https://github.com/menci/boostdemo

Boost with CMake submodule
https://github.com/menci/boostdemo

Last synced: 5 months ago
JSON representation

Boost with CMake submodule

Awesome Lists containing this project

README

          

```
git submodule update --init && git submodule foreach --recursive git submodule update --init
mkdir build && cd build
cmake ..
make -j
./my_program
```