Integrated protobuf as submodule
This commit is contained in:
parent
6f35ffda7f
commit
6ae3b0dcd4
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "protobuf"]
|
||||
path = protobuf
|
||||
url = https://github.com/google/protobuf.git
|
|
@ -2,4 +2,5 @@ cmake_minimum_required(VERSION 3.5)
|
|||
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
add_subdirectory(protobuf/cmake)
|
||||
add_subdirectory(source)
|
||||
|
|
1
protobuf
Submodule
1
protobuf
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 59133296a6e5d5017074e036557ebb658e49d435
|
Loading…
Reference in a new issue