vcpkg/ports/lua/vcpkg.json
Ruitard 29fd45c883
[lua] cmake link library is absolute path (#30922)
* [lua] cmake_minimum_required should before project

* [lua] link dl not use absolute path

* [lua] update port-version
2023-04-18 16:58:56 -07:00

29 lines
576 B
JSON

{
"name": "lua",
"version": "5.4.4",
"port-version": 7,
"description": "A powerful, fast, lightweight, embeddable scripting language",
"homepage": "https://www.lua.org",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"cpp": {
"description": "Builds Lua for C++ linkage",
"supports": "!uwp"
},
"tools": {
"description": "Builds Lua compiler and interpreter",
"supports": "!ios"
}
}
}