early-access version 2853
This commit is contained in:
41
externals/vcpkg/ports/osgearth/vcpkg.json
vendored
Executable file
41
externals/vcpkg/ports/osgearth/vcpkg.json
vendored
Executable file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "osgearth",
|
||||
"version": "3.2",
|
||||
"port-version": 5,
|
||||
"description": "osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2021 Pelican Mapping.",
|
||||
"homepage": "https://github.com/gwaldron/osgearth",
|
||||
"supports": "!(x86 | wasm32)",
|
||||
"dependencies": [
|
||||
"basisu",
|
||||
"blend2d",
|
||||
"cfitsio",
|
||||
"draco",
|
||||
"geos",
|
||||
"glew",
|
||||
"libwebp",
|
||||
"libzip",
|
||||
"opengl",
|
||||
{
|
||||
"name": "osg",
|
||||
"features": [
|
||||
"plugins"
|
||||
]
|
||||
},
|
||||
"protobuf",
|
||||
"pthreads",
|
||||
"sqlite3",
|
||||
"tinyxml",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"default-features": [
|
||||
"tools"
|
||||
],
|
||||
"features": {
|
||||
"tools": {
|
||||
"description": "Build tools"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user