1. Home
  2. Browse
  3. lua

lua

v5.3.5-3#0Go 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:

include(FindLua)
find_package(lua REQUIRED)
target_link_libraries(main PRIVATE ${LUA_LIBRARIES})
target_include_directories(main PRIVATE ${LUA_INCLUDE_DIR})

For more information about the variables set by this module, please see:

https://cmake.org/cmake/help/latest/module/FindLua.html

Features

See source

Version

v5.3.5-3#0

Publication

Supports

All

Homepage

lua.org

Subtree

aaddcb1afb

License

Complex license

Definition

Control