add scons rules do detect boost-graph
Signed-off-by: Rafael Fillipe Silva <rfsc.mori@gmail.com>
This commit is contained in:
parent
3110a1762c
commit
92b8a8cb00
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ def CheckBoost(context, boost_lib, require_version = None, header_only = False):
|
|||
"random" : "random/random_number_generator.hpp",
|
||||
"system" : "system/error_code.hpp",
|
||||
"context" : "context/continuation.hpp",
|
||||
"coroutine" : "coroutine/coroutine.hpp" }
|
||||
"coroutine" : "coroutine/coroutine.hpp",
|
||||
"graph" : "graph/graph_traits.hpp" }
|
||||
|
||||
header_name = boost_headers.get(boost_lib, boost_lib + ".hpp")
|
||||
libname = "boost_" + boost_lib + env.get("boost_suffix", "")
|
||||
|
|
Loading…
Add table
Reference in a new issue