Lua/README.md
2020-06-30 08:43:48 -04:00

156 B

Lua

CMake based build of Lua 5.4.0

Usage

Inside of CMakeLists.txt

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