2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-27 19:32:11 +00:00
Files
thread/example/monitor/Jamfile
Beman Dawes b282e06a90 Initial commit
[SVN r10342]
2001-06-15 15:42:45 +00:00

12 lines
182 B
Plaintext

SubDir TOP example monitor ;
exe monitor
: monitor.cpp
<lib>../../src/threads
## Requirements ##
: <include>../..
<threading>multi
## default-BUILD ##
: debug release
;