mirror of
https://github.com/walterschell/Lua.git
synced 2024-11-15 20:25:43 +08:00
CMake based build of Lua (5.4.6 and 5.3.3)
lua-5.4.0-beta | ||
orig_sources | ||
.gitignore | ||
CMakeLists.txt | ||
README.md |
Lua
CMake based build of Lua 5.4.0-beta
Usage
Inside of CMakeLists.txt
add_subdirectory(lua)
...
target_link_libraries(<YOURTARGET> lua_static)