2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-09 11:32:12 +00:00
Files
thread/test/Jamfile
2001-06-25 21:53:57 +00:00

12 lines
173 B
Plaintext

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