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

commit 8131b7ba5ae62922cf75ece8f0f5aaf9eb6e7be5
parent 32933e84866c60af302eb4a2dae0c826b7410a25
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed,  5 Jan 2022 22:45:50 -0800

Use HTTPS URL for googletest submodule

This avoids needing an SSH key registered with GitHub to clone.

Diffstat:
M.gitmodules | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules @@ -1,3 +1,3 @@ [submodule "third_party/googletest"] path = third_party/googletest - url = git@github.com:google/googletest.git + url = https://github.com/google/googletest.git