2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-02 20:52:13 +00:00
Files
build/example/libraries/app/Jamfile
Vladimir Prus b5e3cc865e Update for recent changes.
[SVN r18803]
2003-06-16 12:54:05 +00:00

5 lines
178 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 ;