turtle/Jamroot.jam
2012-06-14 21:18:55 +00:00

9 lines
228 B
Text

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