Files
multiprecision/Jamroot.jam

10 lines
218 B
Plaintext

import modules ;
local boost = [ modules.peek : BOOST ] ;
project sandbox : requirements <include>$(boost) ;
# This seems to prevent some Boost.Build errors that otherwise occur :-(
use-project /boost : $(boost) ;