sehe / BoostURLAsSubmodule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BoostURLAsSubmodule

Steps to build:

git clone --recurse-submodules https://github.com/sehe/BoostURLAsSubmodule
cd BoostURLAsSubmodule/
cmake -B build .
make -C build/

If you need, override BOOST_ROOT:

BOOST_ROOT=~/custom/boost_1_79_0/ cmake -B build .

About


Languages

Language:CMake 91.0%Language:C++ 9.0%