cmake-lua/README.md

8 lines
151 B
Markdown
Raw Normal View History

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