Skip to content

Commit

Permalink
Non-Windows platforms need ncurses
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Feb 24, 2024
1 parent 78bc38a commit ea1b05f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
"version": "5.0.0",
"dependencies": [
"boost-asio",
{
"name": "ncurses",
"platform": "!windows"
},
{
"name": "pdcurses",
"platform": "windows"
},
"gtest"
]
}
}

0 comments on commit ea1b05f

Please sign in to comment.