• Home
Name Date Size #Lines LOC

..--

toolchain/03-May-2024-7574

BUILDCONFIG.gnD03-May-2024428 1916

README.mdD03-May-2024569 2313

README.md

1# build_gn
2
3## URL
4
5https://gn.googlesource.com/gn/+/refs/heads/master/examples/simple_build/build
6
7## License
8
9BSD 3-Clause
10
11## License File
12
13[LICENSE](https://gn.googlesource.com/gn/+/refs/heads/master/LICENSE)
14
15## Description
16
17gn is metabuild system that generates ninja files for further compilation
18
19gn tool requires paths to all the toolchains to be used for compilation, for
20example compiler, linker etc. The toolchains in toolchain/BUILD.gn are from the
21examples repository for gn. BUILDCONFIG.gn is also trimmed down version from
22examples/simple_build/build/
23