Skip to content

Lua with CMake file for including into your project

License

Notifications You must be signed in to change notification settings

IgorAlexey/LuaCMake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages