cc_project_template_cmake

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

foo.h (93B)


      1 #ifndef PROJNAME_FOO_H_
      2 #define PROJNAME_FOO_H_
      3 
      4 int Foo(int x);
      5 
      6 #endif  // PROJNAME_FOO_H_