Compare commits

...

1 Commits

Author SHA1 Message Date
mandlm 6ae3b0dcd4 Integrated protobuf as submodule 2018-11-18 22:01:22 +01:00
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "protobuf"]
path = protobuf
url = https://github.com/google/protobuf.git

View File

@ -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

@ -0,0 +1 @@
Subproject commit 59133296a6e5d5017074e036557ebb658e49d435