mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:39:07 +08:00
7c03f8a6ab
* [nifly] new port * [nifly] update versions database * [nifly] Fix name of HEAD_REF Co-authored-by: Sergii Baitala <sbaitala@imprivata.com> * [nifly] update versions database * [nifly] Update ports/nifly/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update vcpkg.json * [nifly] update versions database * Remove no longer necessary vcpkg_fail_port_install and fixup whitespace. Co-authored-by: Sergii Baitala <sbaitala@imprivata.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
18 lines
340 B
JSON
18 lines
340 B
JSON
{
|
|
"name": "nifly",
|
|
"version": "1.0.0",
|
|
"description": "A C++ library for working with the NIF file format",
|
|
"homepage": "https://github.com/ousnius/nifly",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|