1. Home
  2. Browse
  3. lua

lua

v5.4.3#2Go 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

See source

Version

v5.4.3#2

Publication

Supports

All

Homepage

lua.org

Subtree

1dfb5d9d2f

License

Complex license

Definition

Manifest