mirror of
https://github.com/walterschell/Lua.git
synced 2024-11-15 12:15:43 +08:00
156 B
156 B
Lua
CMake based build of Lua 5.4.0
Usage
Inside of CMakeLists.txt
add_subdirectory(lua)
...
target_link_libraries(<YOURTARGET> lua_static)