Lua/README.md
2019-11-09 13:21:00 -05:00

156 B

Lua

CMake based build of Lua 5.4.0-beta

Usage

Inside of CMakeLists.txt

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