2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-19 04:42:13 +00:00

Move the include usage req to the library build target.

This commit is contained in:
Rene Rivera
2025-04-14 20:26:31 -05:00
parent 4e0a88853a
commit 28d58852bb
2 changed files with 3 additions and 3 deletions

View File

@@ -33,8 +33,6 @@ constant boost_dependencies :
/boost/winapi//boost_winapi ;
project /boost/thread
: common-requirements
<include>include
;
explicit

View File

@@ -42,7 +42,9 @@ exe has_atomic_flag_lockfree : ../build/has_atomic_flag_lockfree_test.cpp ;
project
: source-location ../src
: common-requirements <library>$(boost_dependencies)
: common-requirements
<library>$(boost_dependencies)
<include>../include
: requirements <threading>multi
#<link>static:<define>BOOST_THREAD_STATIC_LINK=1
#<link>shared:<define>BOOST_THREAD_DYN_LINK=1