1. Home
  2. Browse
  3. lua

lua

v5.5.0#1Latest

A powerful, fast, lightweight, embeddable scripting language

Install

Run the following Vcpkg command to install the port.

vcpkg install lua

Usage

lua provides CMake integration for the C library:

find_package(Lua REQUIRED)

target_include_directories(main PRIVATE ${LUA_INCLUDE_DIR})

target_link_libraries(main PRIVATE ${LUA_LIBRARIES})

lua[cpp] provides a C++ library with exception handling:

find_package(unofficial-lua)

target_link_libraries(main PRIVATE unofficial::lua::lua-cpp)

Features

Dependencies

See source

Version

v5.5.0#1

Publication

Supports

All

Homepage

lua.org

Subtree

a1177241ef

License

MIT

Definition

Manifest