CMake based build of Lua (5.4.6 and 5.3.3)
Go to file
2024-09-11 09:02:22 -04:00
.github/workflows Comment out emscripten package test 2023-07-11 06:48:58 -04:00
lua-5.4.6 Updated CMake and README.md for 5.4.6 2023-07-11 07:21:55 -04:00
lua-5.4.6-tests Added 5.4.5 sources,tests and extracted 2023-07-11 07:07:53 -04:00
lua-5.4.7 Moved public headers to include directory 2024-09-11 09:02:22 -04:00
lua-5.4.7-tests Added 5.4.7 sources, tests, and extracted 2024-09-11 08:59:38 -04:00
lua-config-package-tests Add link to LUA_LIBRARIES in test for module compatible mode 2023-07-09 17:52:18 -04:00
orig_sources Added 5.4.7 sources, tests, and extracted 2024-09-11 08:59:38 -04:00
.gitignore Initial commit 2016-09-22 08:02:28 -04:00
CMakeLists.txt Updated CMakeLists.txt 2023-08-08 05:22:22 +02:00
README.md Updated CMake and README.md for 5.4.6 2023-07-11 07:21:55 -04:00

Lua

CMake based build of Lua 5.4.6

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)