• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#==============================================================================
2#   Copyright (c) 2001-2010 Joel de Guzman
3#   Copyright (c) 2001-2010 Hartmut Kaiser
4#
5#   Distributed under the Boost Software License, Version 1.0. (See accompanying
6#   file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7#==============================================================================
8project spirit-qi-benchmark
9    : requirements
10        <include>.
11        <c++-template-depth>300
12    :
13    :
14    ;
15# performance tests
16exe int_parser : int_parser.cpp ;
17exe real_parser : real_parser.cpp ;
18exe attr_vs_actions : attr_vs_actions.cpp ;
19exe keywords : keywords.cpp ;
20