1. Home
  2. Browse
  3. lua

lua

v5.4.7#0Latest

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.7#0

Publication

Supports

All

Homepage

lua.org

Subtree

c2aa1851f1

License

Complex license

Definition

Manifest