2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-23 18:12:12 +00:00
Files
thread/example/monitor/Jamfile

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
;