Update README.md

This commit is contained in:
alex 2021-03-10 20:49:24 +00:00 committed by GitHub
parent 95f31eafc0
commit 40382ed7e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
# Lua
CMake based build of Lua 5.4.0
CMake based build of Lua 5.4.2
![Build Linux](https://github.com/walterschell/Lua/workflows/Build%20Linux/badge.svg)
![Build Windows](https://github.com/walterschell/Lua/workflows/Build%20Windows/badge.svg)
![Build OSX](https://github.com/walterschell/Lua/workflows/Build%20OSX/badge.svg)
![Build Emscripten](https://github.com/walterschell/Lua/workflows/Build%20Emscripten/badge.svg)
# Usage
Inside of CMakeLists.txt
Inside of your project's CMakeLists.txt
```cmake
add_subdirectory(lua)
...