CMake based build of Lua (5.4.6 and 5.3.3)
Go to file
2021-03-10 20:46:07 +00:00
.github/workflows Remove libm from emcripten builds 2021-01-16 10:12:56 -05:00
lua-5.4.2 Update to 5.4.2 2021-03-10 20:46:07 +00:00
orig_sources Update to 5.4.2 2021-03-10 20:46:07 +00:00
.gitignore Initial commit 2016-09-22 08:02:28 -04:00
CMakeLists.txt Update to 5.4.2 2021-03-10 20:46:07 +00:00
README.md Create cmake.yml 2021-01-16 09:31:45 -05:00

Lua

CMake based build of Lua 5.4.0
Build Linux
Build Windows
Build OSX
Build Emscripten

Usage

Inside of CMakeLists.txt

add_subdirectory(lua)
...
target_link_libraries(<YOURTARGET> lua_static)