vcpkg/ports/open-dis-cpp/vcpkg.json
wadehunk 928c150043
[open-dis-cpp] add new port (#29472)
* Initial open-dis-cpp port

* Correct vcpkg file and versions file

* Add open-dis-cpp version file

* Remove unused variables

* prefer ninja

* use master for now

* Tweak portfile for sha

* Update sha512

* Remove debug include files

* Use forked repo for testing

* Update sha512

* Update version database

* Update usage

* Update version database

* Update to 1.0.1 release

* Correct repo path

* Update sha512

* Update versions

* Correct cmake options

* Update version database
2023-02-08 14:21:06 -08:00

21 lines
436 B
JSON

{
"name": "open-dis-cpp",
"version": "1.0.1",
"description": [
"DIS v6/v7 Library",
"C++ implementation of the IEEE-1278.1 Distributed Interactive Simulation (DIS) application protocol v6 and v7"
],
"homepage": "https://open-dis.org",
"license": "BSD-2-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}