mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Create documentation on GHA
This commit is contained in:
parent
62494bccfd
commit
3d44f9bfda
6 changed files with 111 additions and 48 deletions
10
Jamroot.jam
10
Jamroot.jam
|
|
@ -6,9 +6,11 @@
|
|||
|
||||
import modules ;
|
||||
|
||||
local boost = [ modules.peek : BOOST ] ;
|
||||
if BOOST_ROOT
|
||||
{
|
||||
local boost = [ modules.peek : BOOST_ROOT ] ;
|
||||
|
||||
project mock : requirements <include>$(boost) <include>. ;
|
||||
project mock : requirements <include>$(boost) ;
|
||||
|
||||
# This seems to prevent some Boost.Build errors that otherwise occur :-(
|
||||
use-project /boost : $(boost) ;
|
||||
#use-project /boost : $(boost) ;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue