Skip to content

Commit

Permalink
Rename: extern directory to third_party
Browse files Browse the repository at this point in the history
  • Loading branch information
s-bose7 committed Jul 7, 2024
1 parent d892bfc commit 69af484
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.vscode/
build/
benchmarks/bench
extern/snappy
third_party/snappy
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "extern/googletest"]
path = extern/googletest
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
1 change: 0 additions & 1 deletion extern/googletest
Submodule googletest deleted from a7f443
1 change: 1 addition & 0 deletions third_party/googletest
Submodule googletest added at 34ad51

0 comments on commit 69af484

Please sign in to comment.