Skip to content

Commit

Permalink
Boost vcpkg linux
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed May 27, 2024
1 parent 42df761 commit 7b60ae9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "antares-simulator",
"version-string": "9.1.0",
"vcpkg-configuration": {
"overlay-triplets": [ "./triplets" ]
"overlay-triplets": [
"./triplets"
]
},
"dependencies": [
{
"name": "wxwidgets",
"platform": "windows"
},
{
"name": "boost-test",
"platform": "windows"
"name": "boost-test"
},
{
"name": "boost-algorithm",
"platform": "windows"
"name": "boost-algorithm"
},
{
"name": "minizip-ng",
Expand Down

0 comments on commit 7b60ae9

Please sign in to comment.