Lua/README.md

8 lines
151 B
Markdown
Raw Normal View History

2016-09-22 12:02:28 +00:00
# Lua
CMake based build of Lua 5.3.3
2016-09-22 13:40:46 +00:00
# Usage
Inside of CMakeLists.txt
`add_subdirectory(lua)`
`.....`
`target_link_libraries(<YOURTARGET> lua_static)`