early-access version 2853
This commit is contained in:
77
externals/vcpkg/ports/ogre/vcpkg.json
vendored
Executable file
77
externals/vcpkg/ports/ogre/vcpkg.json
vendored
Executable file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"name": "ogre",
|
||||
"version": "1.12.9",
|
||||
"port-version": 7,
|
||||
"description": "3D Object-Oriented Graphics Rendering Engine",
|
||||
"homepage": "https://github.com/OGRECave/ogre",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
"pugixml",
|
||||
"sdl2",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
},
|
||||
"zlib"
|
||||
],
|
||||
"default-features": [
|
||||
"assimp",
|
||||
"freeimage",
|
||||
"overlay",
|
||||
"zziplib"
|
||||
],
|
||||
"features": {
|
||||
"assimp": {
|
||||
"description": "Use assimp",
|
||||
"dependencies": [
|
||||
"assimp"
|
||||
]
|
||||
},
|
||||
"csharp": {
|
||||
"description": "Build csharp bindings"
|
||||
},
|
||||
"d3d9": {
|
||||
"description": "Build Direct3D9 RenderSystem"
|
||||
},
|
||||
"freeimage": {
|
||||
"description": "Build with FreeImage support",
|
||||
"dependencies": [
|
||||
"freeimage"
|
||||
]
|
||||
},
|
||||
"java": {
|
||||
"description": "Build Java (JNI) bindings"
|
||||
},
|
||||
"overlay": {
|
||||
"description": "Build overlay component",
|
||||
"dependencies": [
|
||||
"freetype",
|
||||
{
|
||||
"name": "imgui",
|
||||
"features": [
|
||||
"freetype"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"python": {
|
||||
"description": "Build Python bindings",
|
||||
"dependencies": [
|
||||
"python3"
|
||||
]
|
||||
},
|
||||
"strict": {
|
||||
"description": "Force Ogre resource manager to be strict with group names and resource names"
|
||||
},
|
||||
"zziplib": {
|
||||
"description": "Build with zziplib support (GPL)",
|
||||
"dependencies": [
|
||||
"zziplib"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user