Compare commits
1 Commits
main
...
feature/bu
Author | SHA1 | Date |
---|---|---|
mandlm | 6ae3b0dcd4 |
|
@ -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)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 59133296a6e5d5017074e036557ebb658e49d435
|
Loading…
Reference in New Issue