CMake based build of Lua (5.4.6 and 5.3.3)
Go to file
walterschell 722505a73d
Merge pull request #1 from on-three/emscripten
Added emscripten support for web builds
2019-03-02 16:40:14 -05:00
lua-5.3.3 Added emscripten support for web builds 2019-02-28 11:50:26 -08:00
orig_sources Initial import 2016-09-22 08:04:16 -04:00
.gitignore Initial commit 2016-09-22 08:02:28 -04:00
CMakeLists.txt Adding CMakeLists.txt 2016-09-22 09:39:06 -04:00
README.md Updating README.md 2016-09-22 09:40:46 -04:00

Lua

CMake based build of Lua 5.3.3

Usage

Inside of CMakeLists.txt add_subdirectory(lua) ..... target_link_libraries(<YOURTARGET> lua_static)