Lua/README.md
2020-05-21 07:36:53 -04:00

161 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)