mirror of
https://github.com/walterschell/Lua.git
synced 2024-11-10 01:01:46 +00:00
10 lines
156 B
Markdown
10 lines
156 B
Markdown
# Lua
|
|
CMake based build of Lua 5.4.0
|
|
# Usage
|
|
Inside of CMakeLists.txt
|
|
```cmake
|
|
add_subdirectory(lua)
|
|
...
|
|
target_link_libraries(<YOURTARGET> lua_static)
|
|
```
|