This example shows how to:
- discover source files actually present in the repository
- detect the host OS to infer compilation options
- compile Lua
- install Lua
build.lua
contains Lua code that produces build.ninja
(or just run build.sh
to recompile bang and this example).
For more information, just look at the sources...