Browse Source

update submodule

master
zhaohe 3 years ago
parent
commit
ac53a80103
  1. 3
      .gitmodules
  2. 3
      CMakeLists.txt
  3. 2
      dep/iflytopcpp
  4. 2
      dep/websocketcpp
  5. 1
      dep/zservice_container

3
.gitmodules

@ -13,3 +13,6 @@
[submodule "dep/zwebservice"] [submodule "dep/zwebservice"]
path = dep/zwebservice path = dep/zwebservice
url = http://47.92.195.73/zlinux_demo_projects/zwebservice.git url = http://47.92.195.73/zlinux_demo_projects/zwebservice.git
[submodule "dep/zservice_container"]
path = dep/zservice_container
url = http://47.92.195.73/zlinux_demo_projects/zservice_container.git

3
CMakeLists.txt

@ -30,6 +30,9 @@ message("CMAKE_CXX_FLAGS: ${CMAKE_CXX_FLAGS}")
set(DEP_INCLUDE ${DEP_INCLUDE} ./dep/) set(DEP_INCLUDE ${DEP_INCLUDE} ./dep/)
include(dep/iflytopcpp/module.cmake) include(dep/iflytopcpp/module.cmake)
include(dep/websocketcpp/module.cmake)
include(dep/zservice_container/module.cmake)
include(dep/zwebservice/module.cmake)
zadd_executable( zadd_executable(
TARGET TARGET

2
dep/iflytopcpp

@ -1 +1 @@
Subproject commit 8276eeb2d83cbbcc513c84adbb0dc5e7e53de1b4
Subproject commit ac9441de375de8bb2d88c48a3eb896c58027875b

2
dep/websocketcpp

@ -1 +1 @@
Subproject commit 63d15e7c147003c4f03f4d90edb81d7db1b4534e
Subproject commit 5a8b66c918e777d1a2b890fb625dc4c9d629a1a9

1
dep/zservice_container

@ -0,0 +1 @@
Subproject commit 956a5cc3a379cb53f38b2c4dadd086a29b05f2c8
Loading…
Cancel
Save