vcpkg/ports/openfbx/vcpkg.json
Francisco Facioni 3bc4cc846b
[openfbx] Add port (#26678)
* [openfbx] Add port

* Set cxx standard to 11 to fix osx build

* version

* [openfbx] add unofficial namespace

* [openfbx] fixes for unofficial-openfbx

* [openfbx] more renaming

* [openfbx] fix after unofficial renaming

* [openfbx] Make it static only as it doesn't export any symbols

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-09-15 13:01:04 -07:00

19 lines
348 B
JSON

{
"name": "openfbx",
"version-date": "2022-07-18",
"description": "Lightweight open source FBX importer",
"homepage": "https://github.com/nem0/OpenFBX",
"license": "MIT",
"dependencies": [
"miniz",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}