turtle/build/boost/Jamroot.jam
2012-06-22 17:20:49 +00:00

9 lines
226 B
Text

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