mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 13:22:11 +00:00
12 lines
244 B
Plaintext
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 ;
|