CMake based build of Lua (5.4.6 and 5.3.3)
Go to file
2024-09-11 09:13:52 -04:00
.github/workflows Comment out emscripten package test 2023-07-11 06:48:58 -04:00
lua-5.4.7 Updated README.md and CMakeLists.txt 2024-09-11 09:07:54 -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 README.md and CMakeLists.txt 2024-09-11 09:07:54 -04:00
README.md Updated README.md and CMakeLists.txt 2024-09-11 09:07:54 -04:00

Lua

CMake based build of Lua 5.4.7

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)