lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


NLua uses CMake to build on Linux/Mac and Windows using x86, x64, ARM and ARM64
https://github.com/NLua/lua/tree/febbeceb0150d01fe3e1c656b6e20e03a9489a2d

This is the latest commit with Lua 5.3.5 the tip of master is already using Lua 5.4

On Sun, May 24, 2020 at 12:11 PM Russell Haley <russ.haley@gmail.com> wrote:
Hi,

I'd like to add Lua 5.3.5 to a CMake based project. I need it to build a static lib, shared object and (optionally) the Lua executable. Does anyone have a standalone CMakelists.txt file for Lua 5.3.5?

Thanks,

Russ