Skip to content
vsergey3d edited this page Sep 21, 2014 · 1 revision

The project has the following directory structure:

  • src - source code
    • module-name
  • test - test code
    • module-name
  • sample - code samples
    • sample-name
  • build - build scripts, configs, etc

The first time you run a build, you'll notice out directory is created. This directory is not checked in and contains a result of the build.

Clone this wiki locally