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