Files
xpressive/example/Jamfile
Eric Niebler 4ef4574faa xpressive docs, examples, perf and test
[SVN r31204]
2005-10-06 00:49:04 +00:00

12 lines
344 B
Plaintext
Executable File

# xpressive library examples Jamfile
# Copyright Eric Niebler 2004
# Use, modification, and distribution is subject to 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)
subproject libs/xpressive/examples ;
exe examples : main.cpp : <include>$(BOOST_ROOT) ;