mirror of
https://github.com/boostorg/xpressive.git
synced 2026-01-31 20:52:17 +00:00
12 lines
344 B
Plaintext
Executable File
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) ;
|