2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00
Files
build/v1/example/sublib_use/Jamfile
2003-09-15 00:19:24 +00:00

12 lines
244 B
Plaintext

# (C) Copyright Rene Rivera, 2003.
#
# See accompanying license for terms and conditions of use.
#
# Example of how to define and depend on a library target.
# This is for Boost.Build-V1
project-root ;
subinclude sublib ;
subinclude subexe ;