vcpkg/ports/mujs/vcpkg.json
Kai Pastor 25f6132788
[mujs] Missing fixes (#29635)
* [mujs] Fix CMake config, cleanup

* Enable shared build on !windows

* Install pkg-config file

* Handle libm

* Official usage: pkgconfig

* Update versions
2023-02-13 12:34:00 -08:00

19 lines
347 B
JSON

{
"name": "mujs",
"version": "1.3.2",
"port-version": 1,
"description": "An embeddable Javascript interpreter in C",
"homepage": "https://github.com/ccxvii/mujs",
"license": "ISC",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}