IgorAlexey / LuaCMake

Lua with CMake file for including into your project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Lua with CMake file for including into your project

License:MIT License


Languages

Language:CMake 100.0%