cc_project_template_gn

A gn, ninja, and googletest-based C++ project template
git clone https://git.bracken.jp/cc_project_template_gn.git
Log | Files | Refs | Submodules | README | LICENSE

.gn (307B)


      1 # The location of the build configuration file.
      2 buildconfig = "//build/BUILDCONFIG.gn"
      3 
      4 # The secondary source root is a parallel directory tree where GN build files
      5 # are placed when they can not be placed directly in the source tree, e.g. for
      6 # third party source trees.
      7 secondary_source = "//secondary/"