CMake based build of Lua (5.4.6 and 5.3.3)
Go to file
2023-04-30 10:33:49 -04:00
.github/workflows Added github actions for the test suite 2022-05-12 20:55:13 -04:00
lua-5.4.4 Compile dynamic version from source 2022-05-06 11:05:06 +08:00
lua-5.4.4-tests Added lua tests 2022-05-12 20:33:21 -04:00
lua-5.4.5 Added 5.4.5 sources and extracted 2023-04-30 10:33:16 -04:00
lua-5.4.5-tests Added 5.4.5 tests and extracted 2023-04-30 10:33:49 -04:00
orig_sources Added 5.4.5 tests and extracted 2023-04-30 10:33:49 -04:00
.gitignore Initial commit 2016-09-22 08:02:28 -04:00
CMakeLists.txt Added option LUA_ENABLE_TESTING to allow users to disable running tests 2022-10-16 21:41:36 +02:00
README.md README.md: Linux C++ spot points to correct badge 2023-04-30 10:24:27 -04:00

Lua

CMake based build of Lua 5.4.4

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)