1. Home
  2. Browse
  3. lua

lua

v5.4.4#6Go to latest

A powerful, fast, lightweight, embeddable scripting language

Install

Run the following Vcpkg command to install the port.

vcpkg install lua

Usage

Use this package via the module FindLua that comes with CMake. To use in your CMakeLists.txt:

find_package(Lua REQUIRED)
target_include_directories(main PRIVATE ${LUA_INCLUDE_DIR})
target_link_libraries(main PRIVATE ${LUA_LIBRARIES})

Features

Dependencies

See source

Version

v5.4.4#6

Publication

Supports

All

Homepage

lua.org

Subtree

5b11232d00

License

Complex license

Definition

Manifest