vcpkg/ports/pdcurses/vcpkg.json
Lily Wang 40619a55c3
[pdcurses] Add export CMake config (#31453)
* [pdcurses] Add export CMake config and update to latest commit

* update version

* add judge CMAKE_BUILD_TYPE STREQUAL "Debug"

* update version

* apply suggestions

* update version

* Add find binary file

* update version

* remove CMAKE_BUILD_TYPE

* update version
2023-05-18 11:38:34 -07:00

10 lines
285 B
JSON

{
"name": "pdcurses",
"version": "3.9",
"port-version": 5,
"description": "Public Domain Curses - a curses library for environments that don't fit the termcap/terminfo model.",
"homepage": "https://pdcurses.org/",
"license": null,
"supports": "windows & !uwp & !mingw"
}