mirror of
https://github.com/boostorg/spirit.git
synced 2026-01-19 04:42:11 +00:00
14 lines
542 B
Plaintext
14 lines
542 B
Plaintext
#==============================================================================
|
|
# Copyright (c) 2001-2007 Joel de Guzman
|
|
# Copyright (c) 2001-2008 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-static-lexer-example ;
|
|
|
|
exe generate_tables : generate_tables.cpp ;
|
|
exe word_count_static : word_count_static.cpp ;
|
|
|