mirror of
https://github.com/boostorg/thread.git
synced 2026-01-28 07:42:12 +00:00
13 lines
290 B
Plaintext
13 lines
290 B
Plaintext
|
|
# Declare the uses system library
|
|
lib pthread : : <name>pthread ;
|
|
|
|
project boost/thread
|
|
: source-location ../src
|
|
: usage-requirements <library>pthread
|
|
;
|
|
|
|
CPP_SOURCES = condition mutex recursive_mutex thread tss xtime once exceptions ;
|
|
|
|
lib boost_thread : $(CPP_SOURCES).cpp ;
|