Lua/README.md

10 lines
161 B
Markdown
Raw Permalink Normal View History

2016-09-22 12:02:28 +00:00
# Lua
CMake based build of Lua 5.4.0-beta
2016-09-22 13:40:46 +00:00
# Usage
Inside of CMakeLists.txt
2020-05-21 11:36:53 +00:00
```cmake
add_subdirectory(lua)
...
target_link_libraries(<YOURTARGET> lua_static)
```