CMake based build of Lua (5.4.6 and 5.3.3)
Go to file
2022-01-27 20:16:47 -05:00
.github/workflows Added GitHub actions to build for CXX when supported 2021-04-26 07:38:33 -04:00
lua-5.4.3 Updated CMakeListss.txt and README.md to reflect 5.4.3 2021-04-30 13:12:33 -04:00
lua-5.4.4 Moved public headers into include directory 2022-01-27 20:16:47 -05:00
orig_sources Added lua 5.4.4 sources and extracted 2022-01-27 20:13:08 -05:00
.gitignore Initial commit 2016-09-22 08:02:28 -04:00
CMakeLists.txt Updated CMakeListss.txt and README.md to reflect 5.4.3 2021-04-30 13:12:33 -04:00
README.md Updated CMakeListss.txt and README.md to reflect 5.4.3 2021-04-30 13:12:33 -04:00

Lua

CMake based build of Lua 5.4.3

Build as C Build as C++
Build Linux Build Linux as C++
Build Windows Build Windows as C++
Build OSX Build OSX as C++
Build Emscripten Build Emscripten as C++

Usage

Inside of your project's CMakeLists.txt

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