mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:18:59 +08:00
90e8f9da45
* [fmilib] Export targets for usage * Use "version" instead of "version-string" * Add unofficial as namespace
19 lines
488 B
JSON
19 lines
488 B
JSON
{
|
|
"name": "fmilib",
|
|
"version": "2.0.3",
|
|
"port-version": 5,
|
|
"description": "FMI library is intended as a foundation for applications interfacing FMUs (Functional Mockup Units) that follow FMI Standard. This version of the library supports FMI 1.0 and FMI2.0.",
|
|
"homepage": "https://www.fmi-standard.org/",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|