scons: add selected headers for boost libs locale, random
This commit is contained in:
parent
e97bd1a2bc
commit
b88d2af26f
1 changed files with 2 additions and 0 deletions
|
@ -60,8 +60,10 @@ def CheckBoost(context, boost_lib, require_version = None, header_only = False):
|
|||
|
||||
boost_headers = { "regex" : "regex/config.hpp",
|
||||
"iostreams" : "iostreams/constants.hpp",
|
||||
"locale" : "locale/encoding_errors.hpp",
|
||||
"unit_test_framework" : "test/unit_test.hpp",
|
||||
"filesystem" : "filesystem/operations.hpp",
|
||||
"random" : "random/random_number_generator.hpp",
|
||||
"system" : "system/error_code.hpp"}
|
||||
|
||||
header_name = boost_headers.get(boost_lib, boost_lib + ".hpp")
|
||||
|
|
Loading…
Add table
Reference in a new issue