Skip to content

Commit

Permalink
Specify individual Boost dependencies explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Nov 8, 2023
1 parent 1b1d436 commit fcdb9be
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
"boost",
"boost-algorithm",
"boost-asio",
"boost-dll",
"boost-filesystem",
"boost-hana",
"boost-lexical-cast",
"boost-process",
"boost-program-options",
"doctest",
"icu",
"inja"
Expand Down

0 comments on commit fcdb9be

Please sign in to comment.