Files
multiprecision/math/Jamroot.jam
John Maddock 136e7b67af Add a few non-member functions for real-valued types.
Add minimal docs.

[SVN r73608]
2011-08-08 12:27:46 +00:00

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) ;