CMake based build of Lua (5.4.6 and 5.3.3)
Go to file
2021-01-16 09:35:43 -05:00
.github/workflows Create cmake.yml 2021-01-16 09:31:45 -05:00
lua-5.4.0 CMakeLists.txt: Make libm dep conditional on UNIX 2021-01-11 20:13:09 -05:00
orig_sources Removed Lua 5.3.3 and extracted Lua 5.4.0 2020-06-30 08:43:48 -04:00
.gitignore Initial commit 2016-09-22 08:02:28 -04:00
CMakeLists.txt Updated everything to 5.4.0 2020-06-30 09:29:24 -04: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)