2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-11 11:42:14 +00:00
Files
build/example/libraries/app/Jamfile
Vladimir Prus 77e4f3a793 Added an example of library use.
[SVN r15971]
2002-10-23 14:03:17 +00:00

5 lines
177 B
Plaintext

# Declare a executable file, which uses a library. Note that
# includes that for library will be automatically used
# when compiling 'app.cpp'
exe app : app.cpp ../lib1/lib1 ;