Browse Source

Added Boost ICL and Interval to Boost xmake.lua (#2795)

Theramar 1 year ago
parent
commit
ebc9322bfc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/b/boost/xmake.lua

+ 2 - 0
packages/b/boost/xmake.lua

@@ -56,6 +56,8 @@ package("boost")
                       "date_time",
                       "locale",
                       "iostreams",
+                      "icl",
+                      "interval",
                       "program_options",
                       "test",
                       "chrono",