Integrated protobuf as submodule
This commit is contained in:
parent
6f35ffda7f
commit
6ae3b0dcd4
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)
|
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||||
|
|
||||||
|
add_subdirectory(protobuf/cmake)
|
||||||
add_subdirectory(source)
|
add_subdirectory(source)
|
||||||
|
1
protobuf
Submodule
1
protobuf
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 59133296a6e5d5017074e036557ebb658e49d435
|
Reference in New Issue
Block a user