Updated to latest boost headers and layout

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@748 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2014-05-29 10:17:19 +00:00
parent 897c0bdac3
commit 077e046641
7 changed files with 24 additions and 24 deletions

View file

@ -39,10 +39,9 @@ boostbook standalone
<xsl:param>nav.layout=horizontal
;
# not needed anymore once in boost
project example
: requirements
<include>../../../../..
<include>../include
;
rule compile-examples

View file

@ -8,7 +8,12 @@
import testing ;
project : requirements <define>BOOST_AUTO_TEST_MAIN <define>BOOST_ALL_NO_LIB ;
project
: requirements
<define>BOOST_AUTO_TEST_MAIN
<define>BOOST_ALL_NO_LIB
<include>../include
;
rule run-test ( name )
{