2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-12 12:02:24 +00:00
Files
build/example/libraries/app/Jamfile
Vladimir Prus 1b963acf18 Fix mistaked commit
[SVN r18301]
2003-04-24 11:46:49 +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 ;