mirror of
https://github.com/boostorg/auto_index.git
synced 2025-05-12 14:01:48 +00:00
Add (copy) Jamroot etc files so this directory can be used standalone. Fix GCC compiler warnings. Streamline Jamfiles a touch. [SVN r68356]
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) ;
|