Skip to content
/ Lua-CMake Public
forked from walterschell/Lua

CMake based build of Lua (5.4.6 and 5.3.3)

Notifications You must be signed in to change notification settings

CFXS/Lua-CMake

 
 

Repository files navigation

Lua

CMake based build of Lua 5.4.6

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.6 and 5.3.3)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 51.9%
  • Lua 24.7%
  • HTML 21.9%
  • Makefile 0.6%
  • CMake 0.4%
  • Roff 0.3%
  • Other 0.2%