From 984ef536407d2db2923f164e4c8e46434c619a99 Mon Sep 17 00:00:00 2001 From: Tingan Ho Date: Thu, 24 Aug 2017 23:01:46 +0200 Subject: [PATCH] Adds protoc --- .gitmodules | 6 +++--- {src/Vendors/Glob => third_party/glob}/CMakeLists.txt | 0 {src/Vendors/Glob => third_party/glob}/LICENSE | 0 {src/Vendors/Glob => third_party/glob}/find.cpp | 0 {src/Vendors/Glob => third_party/glob}/glob.h | 0 {src/Vendors/Glob => third_party/glob}/glob_posix.cpp | 0 {src/Vendors/Glob => third_party/glob}/glob_posix.h | 0 {src/Vendors/Glob => third_party/glob}/glob_win32.cpp | 0 {src/Vendors/Glob => third_party/glob}/glob_win32.h | 0 third_party/protoc | 1 + 10 files changed, 4 insertions(+), 3 deletions(-) rename {src/Vendors/Glob => third_party/glob}/CMakeLists.txt (100%) mode change 100755 => 100644 rename {src/Vendors/Glob => third_party/glob}/LICENSE (100%) mode change 100755 => 100644 rename {src/Vendors/Glob => third_party/glob}/find.cpp (100%) mode change 100755 => 100644 rename {src/Vendors/Glob => third_party/glob}/glob.h (100%) mode change 100755 => 100644 rename {src/Vendors/Glob => third_party/glob}/glob_posix.cpp (100%) mode change 100755 => 100644 rename {src/Vendors/Glob => third_party/glob}/glob_posix.h (100%) mode change 100755 => 100644 rename {src/Vendors/Glob => third_party/glob}/glob_win32.cpp (100%) mode change 100755 => 100644 rename {src/Vendors/Glob => third_party/glob}/glob_win32.h (100%) mode change 100755 => 100644 create mode 160000 third_party/protoc diff --git a/.gitmodules b/.gitmodules index 6e69488c..9a583b74 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "third_partys/json"] - path = third_party/json - url = git@github.com:nlohmann/json.git [submodule "third_party/grpc"] path = third_party/grpc url = git@github.com:grpc/grpc.git +[submodule "third_party/protoc"] + path = third_party/protoc + url = git@github.com:google/protobuf.git diff --git a/src/Vendors/Glob/CMakeLists.txt b/third_party/glob/CMakeLists.txt old mode 100755 new mode 100644 similarity index 100% rename from src/Vendors/Glob/CMakeLists.txt rename to third_party/glob/CMakeLists.txt diff --git a/src/Vendors/Glob/LICENSE b/third_party/glob/LICENSE old mode 100755 new mode 100644 similarity index 100% rename from src/Vendors/Glob/LICENSE rename to third_party/glob/LICENSE diff --git a/src/Vendors/Glob/find.cpp b/third_party/glob/find.cpp old mode 100755 new mode 100644 similarity index 100% rename from src/Vendors/Glob/find.cpp rename to third_party/glob/find.cpp diff --git a/src/Vendors/Glob/glob.h b/third_party/glob/glob.h old mode 100755 new mode 100644 similarity index 100% rename from src/Vendors/Glob/glob.h rename to third_party/glob/glob.h diff --git a/src/Vendors/Glob/glob_posix.cpp b/third_party/glob/glob_posix.cpp old mode 100755 new mode 100644 similarity index 100% rename from src/Vendors/Glob/glob_posix.cpp rename to third_party/glob/glob_posix.cpp diff --git a/src/Vendors/Glob/glob_posix.h b/third_party/glob/glob_posix.h old mode 100755 new mode 100644 similarity index 100% rename from src/Vendors/Glob/glob_posix.h rename to third_party/glob/glob_posix.h diff --git a/src/Vendors/Glob/glob_win32.cpp b/third_party/glob/glob_win32.cpp old mode 100755 new mode 100644 similarity index 100% rename from src/Vendors/Glob/glob_win32.cpp rename to third_party/glob/glob_win32.cpp diff --git a/src/Vendors/Glob/glob_win32.h b/third_party/glob/glob_win32.h old mode 100755 new mode 100644 similarity index 100% rename from src/Vendors/Glob/glob_win32.h rename to third_party/glob/glob_win32.h diff --git a/third_party/protoc b/third_party/protoc new file mode 160000 index 00000000..98a3734b --- /dev/null +++ b/third_party/protoc @@ -0,0 +1 @@ +Subproject commit 98a3734b5aa680f565af10a5fd4430baa4b4aa10