mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:31:37 +08:00
6db51d86a9
If a call to `vcpkg_replace_string` makes no changes i.e doesn't effectively replace a string, A warning is logged. This should also help identify ports that no longer need these calls to fix things in `.pc` files etc.
118 lines
2.5 KiB
JSON
118 lines
2.5 KiB
JSON
{
|
|
"name": "ogre",
|
|
"version": "14.2.2",
|
|
"port-version": 1,
|
|
"description": "3D Object-Oriented Graphics Rendering Engine",
|
|
"homepage": "https://github.com/OGRECave/ogre",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "freetype",
|
|
"default-features": false
|
|
},
|
|
"pugixml",
|
|
{
|
|
"name": "sdl2",
|
|
"platform": "!android"
|
|
},
|
|
"stb",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
],
|
|
"default-features": [
|
|
"assimp",
|
|
"freeimage",
|
|
"overlay",
|
|
"zip"
|
|
],
|
|
"features": {
|
|
"assimp": {
|
|
"description": "Build with assimp support",
|
|
"dependencies": [
|
|
"assimp"
|
|
]
|
|
},
|
|
"bullet": {
|
|
"description": "Build with bullet physics support",
|
|
"dependencies": [
|
|
"bullet3"
|
|
]
|
|
},
|
|
"csharp": {
|
|
"description": "Build csharp bindings",
|
|
"supports": "!static & !android & !ios & !emscripten"
|
|
},
|
|
"d3d9": {
|
|
"description": "Build Direct3D9 RenderSystem",
|
|
"supports": "windows"
|
|
},
|
|
"freeimage": {
|
|
"description": "Build with FreeImage support (no effect for Emscripten)",
|
|
"dependencies": [
|
|
{
|
|
"name": "freeimage",
|
|
"platform": "!emscripten"
|
|
}
|
|
]
|
|
},
|
|
"java": {
|
|
"description": "Build Java (JNI) bindings",
|
|
"supports": "!static & !android & !ios & !emscripten"
|
|
},
|
|
"openexr": {
|
|
"description": "Build with OpenEXR support",
|
|
"dependencies": [
|
|
"openexr"
|
|
]
|
|
},
|
|
"overlay": {
|
|
"description": "Build overlay component",
|
|
"dependencies": [
|
|
{
|
|
"name": "imgui",
|
|
"features": [
|
|
"freetype"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"python": {
|
|
"description": "Build Python bindings",
|
|
"supports": "!static & !android & !ios & !emscripten",
|
|
"dependencies": [
|
|
"python3"
|
|
]
|
|
},
|
|
"strict": {
|
|
"description": "Force Ogre resource manager to be strict with group names and resource names"
|
|
},
|
|
"tools": {
|
|
"description": "Build tools",
|
|
"supports": "!android & !emscripten"
|
|
},
|
|
"zip": {
|
|
"description": "Build ZIP archive support"
|
|
},
|
|
"zziplib": {
|
|
"description": "Obsolete, use zip feature instead",
|
|
"dependencies": [
|
|
{
|
|
"name": "ogre",
|
|
"default-features": false,
|
|
"features": [
|
|
"zip"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|