Added language to readme

This commit is contained in:
walterschell 2020-05-21 07:36:53 -04:00 committed by GitHub
parent bb0f73642e
commit f795e1f484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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