mirror of
https://github.com/walterschell/Lua.git
synced 2024-11-12 18:01:47 +00:00
8 lines
151 B
Markdown
8 lines
151 B
Markdown
# Lua
|
|
CMake based build of Lua 5.3.3
|
|
# Usage
|
|
Inside of CMakeLists.txt
|
|
`add_subdirectory(lua)`
|
|
`.....`
|
|
`target_link_libraries(<YOURTARGET> lua_static)`
|