blob: 9708d43406ed56ad308366d80e0213b08ca77d9a [file] [log] [blame]
Brian Silverman7c33ab22018-08-04 17:14:51 -07001# Copyright 2011-2013 Mario Mulansky
2# Copyright 2012 Karsten Ahnert
3# Distributed under the Boost Software License, Version 1.0. (See
4# accompanying file LICENSE_1_0.txt or copy at
5# http://www.boost.org/LICENSE_1_0.txt)
6
7
8project
9 : requirements
10 <define>BOOST_ALL_NO_LIB=1
11 :
12 ;
13
14
15exe lorenz_mp : lorenz_mp.cpp ;
16exe cmp_precision : cmp_precision.cpp ;