openthread/third_party/build_gn
paragdixit-g 1a501a1840 [build] add a gn based build and corresponding travis script (#4322)
The travis script ensures that build of an openthread-core build with gn
and ninja goes through.
2019-11-20 17:27:56 -08:00
..
toolchain [build] add a gn based build and corresponding travis script (#4322) 2019-11-20 17:27:56 -08:00
BUILDCONFIG.gn [build] add a gn based build and corresponding travis script (#4322) 2019-11-20 17:27:56 -08:00
README.md [build] add a gn based build and corresponding travis script (#4322) 2019-11-20 17:27:56 -08:00

README.md

build_gn

URL

https://gn.googlesource.com/gn/+/refs/heads/master/examples/simple_build/build

License

BSD 3-Clause

License File

LICENSE

Description

gn is metabuild system that generates ninja files for further compilation

gn tool requires paths to all the toolchains to be used for compilation, for example compiler, linker etc. The toolchains in toolchain/BUILD.gn are from the examples repository for gn. BUILDCONFIG.gn is also trimmed down version from examples/simple_build/build/