A powerful, fast, lightweight, embeddable scripting language
Run the following Vcpkg command to install the port.
vcpkg install lua
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})
Builds Lua for C++ linkage
Builds Lua compiler and interpreter
v5.4.7#0
Sep 1, 2024
All
lua.org
c2aa1851f1
Complex license
Manifest