mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
19 lines
185 B
Plaintext
19 lines
185 B
Plaintext
subproject tools/build/examples/lib_use ;
|
|
|
|
lib simple
|
|
:
|
|
simple_lib.cpp
|
|
:
|
|
:
|
|
debug <threading>single/multi
|
|
;
|
|
|
|
exe simple
|
|
:
|
|
simple.cpp
|
|
<lib>simple
|
|
:
|
|
<threading>multi
|
|
:
|
|
;
|