mirror of
https://github.com/boostorg/thread.git
synced 2026-01-23 18:12:12 +00:00
13 lines
283 B
Plaintext
13 lines
283 B
Plaintext
subproject libs/thread/example/monitor ;
|
|
|
|
exe monitor
|
|
: monitor.cpp
|
|
<lib>../../src/threads
|
|
## Requirements ##
|
|
: <include>../..
|
|
<include>$(BOOST_ROOT)
|
|
<threading>multi
|
|
## default-BUILD ##
|
|
: debug release
|
|
;
|