vcpkg/ports/lua/vcpkg.json
Thomas1664 1e4bfb254a
[Lua] Fix feature cpp (#23292)
* Fix feature cpp in port lua

* Update vcpkg.json

* version
2022-02-28 10:47:37 -08:00

26 lines
505 B
JSON

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