mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:49:06 +08:00
25f6132788
* [mujs] Fix CMake config, cleanup * Enable shared build on !windows * Install pkg-config file * Handle libm * Official usage: pkgconfig * Update versions
19 lines
347 B
JSON
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
|
|
}
|
|
]
|
|
}
|