2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-22 03:42:07 +00:00
Files
thread/test/Jamfile

13 lines
274 B
Plaintext

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