Walnut
Walnut copied to clipboard
add linux build
based off of the wonderful work done by @bernhardkaindl in https://github.com/TheCherno/Walnut/pull/11.
will be paired with corresponding pull req in WalnutApp
@jamesthomasgriffin @TheCherno Please merge to let Linux users join the fun!
This Linux PR branch doesn't work like #11 because it doesn't specify links in WalnutApp! See WalnutApp/premake5.lua in #11.
The Microsoft C++ compiler links at object compile time. All other compilers link at the generation of the executable in the linking stage.