Lua/README.md
Walter Schell d25eef975e Create cmake.yml
Try matrix build

Better nameing

Added fail-fast: false

Add emscripten build

Split workflow into seperate workflows for seperate badges

Forgot to save changes on last commit

Added badges to markdown

Styling badges on new lines
2021-01-16 09:31:45 -05:00

520 B

Lua

CMake based build of Lua 5.4.0
Build Linux
Build Windows
Build OSX
Build Emscripten

Usage

Inside of CMakeLists.txt

add_subdirectory(lua)
...
target_link_libraries(<YOURTARGET> lua_static)