Updating README.md

This commit is contained in:
walter 2016-09-22 09:40:46 -04:00
parent 7415ca1536
commit c550700479

View File

@ -1,2 +1,7 @@
# Lua
CMake based build of Lua 5.3.3
# Usage
Inside of CMakeLists.txt
`add_subdirectory(lua)`
`.....`
`target_link_libraries(<YOURTARGET> lua_static)`