vcpkg/ports/ccfits/vcpkg.json
Osyotr d2dbf99615
[ccfits] Fix x64-linux-dynamic build (#25826)
Co-authored-by: Osyotr <8740768+Osyotr@users.noreply.github.com>
2022-07-18 13:02:35 -07:00

16 lines
426 B
JSON

{
"name": "ccfits",
"version": "2.5",
"port-version": 9,
"description": "CCfits is an object oriented interface to the cfitsio library. It is designed to make the capabilities of cfitsio available to programmers working in C++.",
"homepage": "https://heasarc.gsfc.nasa.gov/fitsio/CCfits/",
"license": "NASA-1.3",
"dependencies": [
"cfitsio",
{
"name": "vcpkg-cmake",
"host": true
}
]
}