Compare commits
1 Commits
main
...
feature/bu
Author | SHA1 | Date | |
---|---|---|---|
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)
|
||||
|
||||
add_subdirectory(protobuf/cmake)
|
||||
add_subdirectory(source)
|
||||
|
1
protobuf
Submodule
1
protobuf
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 59133296a6e5d5017074e036557ebb658e49d435
|
Reference in New Issue
Block a user