mirror of
https://github.com/walterschell/Lua.git
synced 2024-11-12 18:01:47 +00:00
Added language to readme
This commit is contained in:
parent
bb0f73642e
commit
f795e1f484
@ -2,7 +2,7 @@
|
|||||||
CMake based build of Lua 5.4.0-beta
|
CMake based build of Lua 5.4.0-beta
|
||||||
# Usage
|
# Usage
|
||||||
Inside of CMakeLists.txt
|
Inside of CMakeLists.txt
|
||||||
```
|
```cmake
|
||||||
add_subdirectory(lua)
|
add_subdirectory(lua)
|
||||||
...
|
...
|
||||||
target_link_libraries(<YOURTARGET> lua_static)
|
target_link_libraries(<YOURTARGET> lua_static)
|
||||||
|
Loading…
Reference in New Issue
Block a user