Brian Silverman | 8867871 | 2018-08-04 23:56:48 -0700 | [diff] [blame^] | 1 | ################################################################################ |
| 2 | # |
| 3 | # (C) Copyright 2010 Bryce Lelbach |
| 4 | # |
| 5 | # Use, modification and distribution is subject to the Boost Software License, |
| 6 | # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
| 7 | # http://www.boost.org/LICENSE_1_0.txt) |
| 8 | # |
| 9 | ################################################################################ |
| 10 | |
| 11 | project bsl-xml-benchmark ; |
| 12 | |
| 13 | exe int4_test : int4_test.cpp |
| 14 | : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ; |
| 15 | |
| 16 | exe int16_test : int16_test.cpp |
| 17 | : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ; |
| 18 | |
| 19 | exe int64_test : int64_test.cpp |
| 20 | : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ; |
| 21 | |
| 22 | exe int256_test : int256_test.cpp |
| 23 | : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ; |
| 24 | |
| 25 | exe string4_test : string4_test.cpp |
| 26 | : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ; |
| 27 | |
| 28 | exe string16_test : string16_test.cpp |
| 29 | : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ; |
| 30 | |
| 31 | exe string64_test : string64_test.cpp |
| 32 | : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ; |
| 33 | |
| 34 | exe string256_test : string256_test.cpp |
| 35 | : <toolset>gcc:<linkflags>"-lrt -lboost_serialization" ; |