mirror of
https://github.com/boostorg/multiprecision.git
synced 2026-02-10 23:42:41 +00:00
10 lines
218 B
Plaintext
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) ;
|