Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 700 Bytes

File metadata and controls

16 lines (14 loc) · 700 Bytes

Lua CMake icon

Keeping updated with the latest Lua source code with github actions, updated automatically every week.

example workflow

$ 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