Updated Submodules
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -4,9 +4,6 @@
|
||||
[submodule "build/libs/SimCore/libs/whisper-comm"]
|
||||
path = build/libs/SimCore/libs/whisper-comm
|
||||
url = ssh://git@dev-gitea.ftewa.ti.unibw-hamburg.de:12000/hwinkel/whisper-com.git
|
||||
[submodule "libs/OrderLibrary"]
|
||||
path = libs/OrderLibrary
|
||||
url = ssh://git@dev-gitea.ftewa.ti.unibw-hamburg.de:12000/hwinkel/OrderLibrary.git
|
||||
[submodule "libs/ixwebsocket"]
|
||||
path = libs/ixwebsocket
|
||||
url = https://github.com/machinezone/IXWebSocket.git
|
||||
@@ -16,3 +13,6 @@
|
||||
[submodule "libs/easywsclient"]
|
||||
path = libs/easywsclient
|
||||
url = https://github.com/dhbaird/easywsclient.git
|
||||
[submodule "libs/OrderLibrary"]
|
||||
path = libs/OrderLibrary
|
||||
url = ssh://git@dev-gitea.ftewa.ti.unibw-hamburg.de:12000/hwinkel/OrderLibrary.git
|
||||
|
||||
@@ -15,7 +15,7 @@ function(protobuf_generate_cpp)
|
||||
${ARGN})
|
||||
|
||||
FILE(GLOB PROTO_FILES ${protobuf_PROTO_PATH}/*.proto)
|
||||
set(PROTOC ${CMAKE_BINARY_DIR}/libs/OrderLibrary/libs/SimCore/libs/whisper-com/libs/protobuf/protoc)
|
||||
set(PROTOC ${CMAKE_BINARY_DIR}/libs/OrderLibrary/libs/SimCore/libs/SimCom/libs/protobuf/protoc)
|
||||
message(STATUS "protoc path: " ${PROTOC})
|
||||
|
||||
FOREACH(proto ${PROTO_FILES})
|
||||
@@ -28,7 +28,7 @@ function(protobuf_generate_cpp)
|
||||
add_custom_command(
|
||||
OUTPUT "${protoDIR}/${protoFILENAME}.pb.cc"
|
||||
DEPENDS "${protoDIR}/${protoFILENAME}.proto"
|
||||
COMMAND ${PROTOC} --cpp_out=${protoDIR} --proto_path=${protoDIR} --proto_path="${CMAKE_SOURCE_DIR}/libs/OrderLibrary/libs/SimCore/include/SimCore/Messages/Protos" --proto_path="${CMAKE_SOURCE_DIR}/libs/OrderLibrary/libs/SimCore/libs/whisper-com/libs/protobuf/src" "${protoDIR}/${protoFILENAME}.proto"
|
||||
COMMAND ${PROTOC} --cpp_out=${protoDIR} --proto_path=${protoDIR} --proto_path="${CMAKE_SOURCE_DIR}/libs/OrderLibrary/libs/SimCore/include/SimCore/Messages/Protos" --proto_path="${CMAKE_SOURCE_DIR}/libs/OrderLibrary/libs/SimCore/libs/SimCom/libs/protobuf/src" "${protoDIR}/${protoFILENAME}.proto"
|
||||
|
||||
)
|
||||
|
||||
|
||||
Submodule libs/OrderLibrary updated: 13f3c07dbc...107fcccbf6
Reference in New Issue
Block a user