mirror of
https://github.com/walterschell/Lua.git
synced 2024-11-21 21:04:34 +00:00
CMake based build of Lua (5.4.6 and 5.3.3)
722505a73d
Added emscripten support for web builds |
||
---|---|---|
lua-5.3.3 | ||
orig_sources | ||
.gitignore | ||
CMakeLists.txt | ||
README.md |
Lua
CMake based build of Lua 5.3.3
Usage
Inside of CMakeLists.txt
add_subdirectory(lua)
.....
target_link_libraries(<YOURTARGET> lua_static)