forked from boostorg/intrusive
Make the library modular usable.
This commit is contained in:
11
Jamfile
11
Jamfile
@@ -1,11 +0,0 @@
|
||||
# Boost.Intrusive Library Jamfile
|
||||
#
|
||||
# Copyright (c) 2018 Ion Gaztanaga
|
||||
#
|
||||
# Use, modification, and distribution are subject to the
|
||||
# Boost Software License, Version 1.0. (See accompanying file
|
||||
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
# please order by name to ease maintenance
|
||||
build-project example ;
|
||||
build-project test ;
|
24
build.jam
Normal file
24
build.jam
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright René Ferdinand Rivera Morell 2023
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
import project ;
|
||||
|
||||
project /boost/intrusive
|
||||
: common-requirements
|
||||
<source>/boost/assert//boost_assert
|
||||
<source>/boost/config//boost_config
|
||||
<source>/boost/container_hash//boost_container_hash
|
||||
<source>/boost/move//boost_move
|
||||
<source>/boost/static_assert//boost_static_assert
|
||||
<include>include
|
||||
;
|
||||
|
||||
explicit
|
||||
[ alias boost_intrusive ]
|
||||
[ alias all : boost_intrusive example test ]
|
||||
;
|
||||
|
||||
call-if : boost-library intrusive
|
||||
;
|
@@ -30,6 +30,7 @@ rule test_all
|
||||
<toolset>gcc,<target-os>windows:<linkflags>"-lole32 -loleaut32"
|
||||
<host-os>hpux,<toolset>gcc:<linkflags>"-Wl,+as,mpas"
|
||||
<host-os>windows,<toolset>clang:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32"
|
||||
<library>/boost/interprocess//boost_interprocess
|
||||
] ;
|
||||
}
|
||||
|
||||
|
@@ -25,6 +25,8 @@ rule test_all
|
||||
: # test-files
|
||||
: # requirements
|
||||
<host-os>windows,<toolset>clang:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32"
|
||||
<library>/boost/core//boost_core
|
||||
<library>/boost/container//boost_container
|
||||
] ;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user