Keeping updated with the latest Lua source code with github actions, updated automatically every week.
$ git submodule add https://github.com/Sororfortuna/LuaCMake Lua
$ git submodule update --init --recursive --progress
add_subdirectory(Lua)
target_link_libraries(${PROJECT_NAME} PRIVATE lua::static)
Forked from Kepler-Br/LuaCMake