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

foo.cc (53B)


      1 #include "foo.h"
      2 
      3 int Foo(int x) {
      4   return x + 1;
      5 }