Skip to content
/ Lua Public
forked from walterschell/Lua

CMake based build of Lua (5.4.3 and 5.3.3)

Notifications You must be signed in to change notification settings

daroxs95/Lua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua

CMake based build of Lua 5.4.3

Build as C Build as C++
Build Linux Build Linux as C++
Build Windows Build Windows as C++
Build OSX Build OSX as C++
Build Emscripten Build Emscripten as C++

Usage

Inside of your project's CMakeLists.txt

add_subdirectory(lua)
...
target_link_libraries(<YOURTARGET> lua_static)

About

CMake based build of Lua (5.4.3 and 5.3.3)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 67.3%
  • HTML 30.8%
  • Makefile 0.9%
  • Roff 0.5%
  • CMake 0.3%
  • CSS 0.2%