README.md
1# GN Simple Build Example
2
3This is an example directory structure that compiles some simple targets using
4gcc. It is intended to show how to set up a simple GN build. It is deliberately
5simplistic so the structure is more clear, and doesn't support everything on
6every platform.
7
8It is recommended that you take this and add on as your requirements indicate.
9You may also want to see the Chromium and Fuchsia build configurations for the
10maximal functionality (the [root README](../../README.md) has links to these).
11
12Don't miss the ".gn" file in this directory which may be hidden on your system!
13