2016-09-22 20:02:28 +08:00
|
|
|
# Lua
|
2020-06-30 20:43:48 +08:00
|
|
|
CMake based build of Lua 5.4.0
|
2016-09-22 21:40:46 +08:00
|
|
|
# Usage
|
|
|
|
Inside of CMakeLists.txt
|
2020-06-30 20:43:48 +08:00
|
|
|
```cmake
|
|
|
|
add_subdirectory(lua)
|
|
|
|
...
|
|
|
|
target_link_libraries(<YOURTARGET> lua_static)
|
|
|
|
```
|