mirror of
https://github.com/boostorg/build.git
synced 2026-02-01 20:32:17 +00:00
5 lines
189 B
Plaintext
5 lines
189 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 /library-example/foo//bar ; |