8000 GitHub - BlurryLight/Lua-with-cmake: CMake based build of Lua (5.4.4 and 5.3.3)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

BlurryLight/Lua-with-cmake

 
 

Folders and files

< 8000 thead class="DirectoryContent-module__OverviewHeaderRow--W8yGl Table-module__Box_1--JrPYF">
NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua

CMake based build of Lua 5.4.4

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> PRIVATE lua_static)

About

CMake based build of Lua (5.4.4 and 5.3.3)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CMake 100.0%
0