CMake based build of Lua (5.4.6 and 5.3.3)
Go to file
Dedmen Miller 045961e7a0
Apply suggestions from code review
Co-authored-by: Walter Schell <3580170+walterschell@users.noreply.github.com>
2021-04-26 17:03:08 +02:00
.github/workflows Added GitHub actions to build for CXX when supported 2021-04-26 07:38:33 -04:00
lua-5.4.2 Added ability to compile lua as C++ 2021-04-26 17:03:08 +02:00
orig_sources Update to 5.4.2 2021-03-10 20:46:07 +00:00
.gitignore Initial commit 2016-09-22 08:02:28 -04:00
CMakeLists.txt Apply suggestions from code review 2021-04-26 17:03:08 +02:00
README.md Update README.md 2021-03-13 08:05:59 -05:00

Lua

CMake based build of Lua 5.4.2
Build Linux
Build Windows
Build OSX
Build Emscripten

Usage

Inside of your project's CMakeLists.txt

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