2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-23 04:02:08 +00:00
Files
thread/test/Jamfile
Beman Dawes b282e06a90 Initial commit
[SVN r10342]
2001-06-15 15:42:45 +00:00

12 lines
173 B
Plaintext

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