Menci / BoostDemo

Boost with CMake submodule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Boost with CMake submodule


Languages

Language:CMake 53.5%Language:C++ 46.5%