vcpkg/ports/ogre/vcpkg.json
Phoebe 0b4db02b9b
[assimp] Fix cmake config name and add cmake version (#14554)
* [assimp] Fix cmake cofig name and add cmake version

* [ogre] Update 'Assimp' to 'assimp
2020-11-16 10:28:39 -08:00

40 lines
745 B
JSON

{
"name": "ogre",
"version-string": "1.12.9",
"port-version": 3,
"description": "3D Object-Oriented Graphics Rendering Engine",
"homepage": "https://github.com/OGRECave/ogre",
"dependencies": [
"assimp",
"freeimage",
"freetype",
{
"name": "imgui",
"features": [
"freetype"
]
},
"pugixml",
"sdl2",
"zlib",
"zziplib"
],
"features": {
"csharp": {
"description": "Build csharp bindings"
},
"d3d9": {
"description": "Build Direct3D9 RenderSystem"
},
"java": {
"description": "Build Java (JNI) bindings"
},
"python": {
"description": "Build Python bindings",
"dependencies": [
"python3"
]
}
}
}