Skip to content

Commit

Permalink
Merge pull request #155 from HackAttack/units-missing-deps
Browse files Browse the repository at this point in the history
Add missing deps to units
  • Loading branch information
nelhage authored Dec 8, 2019
2 parents feb8c70 + 069616a commit 05f4598
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions BUILD.boost
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,23 @@ boost_library(

boost_library(
name = "units",
deps = [
":assert",
":config",
":core",
":integer",
":io",
":lambda",
":math",
":mpl",
":preprocessor",
":serialization",
":static_assert",
":typeof",
":type_traits",
":utility",
":version",
],
)

boost_library(
Expand Down

0 comments on commit 05f4598

Please sign in to comment.