aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ogre/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/ogre/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/ogre/vcpkg.json')
-rw-r--r--vcpkg/ports/ogre/vcpkg.json117
1 files changed, 117 insertions, 0 deletions
diff --git a/vcpkg/ports/ogre/vcpkg.json b/vcpkg/ports/ogre/vcpkg.json
new file mode 100644
index 0000000..69badf4
--- /dev/null
+++ b/vcpkg/ports/ogre/vcpkg.json
@@ -0,0 +1,117 @@
+{
+ "name": "ogre",
+ "version": "14.3.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"
+ ]
+ }
+ ]
+ }
+ }
+}