16 lines
693 B
Plaintext
16 lines
693 B
Plaintext
#==============================================================================
|
|
# Copyright (c) 2001-2010 Joel de Guzman
|
|
# Copyright (c) 2001-2010 Hartmut Kaiser
|
|
#
|
|
# Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
#==============================================================================
|
|
project spirit-karma-benchmark ;
|
|
|
|
# performance tests
|
|
exe int_generator : int_generator.cpp ;
|
|
exe real_generator : real_generator.cpp ;
|
|
exe format_performance : format_performance.cpp ;
|
|
exe double_performance : double_performance.cpp ;
|
|
exe sequence_performance : sequence_performance.cpp ;
|