add bridge sub
This commit is contained in:
parent
7bbb2a0722
commit
85b4d5fad8
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -38,3 +38,6 @@
|
||||
[submodule "external/totato"]
|
||||
path = external/totato
|
||||
url = https://github.com/Green-Sky/totato.git
|
||||
[submodule "external/solanaceae_bridge"]
|
||||
path = external/solanaceae_bridge
|
||||
url = https://github.com/Green-Sky/solanaceae_bridge.git
|
||||
|
3
external/CMakeLists.txt
vendored
3
external/CMakeLists.txt
vendored
@ -8,6 +8,9 @@ add_subdirectory(./entt)
|
||||
add_subdirectory(./solanaceae_contact)
|
||||
add_subdirectory(./solanaceae_message3)
|
||||
|
||||
set(SOLANACEAE_BRIDGE_BUILD_PLUGINS ON)
|
||||
add_subdirectory(./solanaceae_bridge)
|
||||
|
||||
add_subdirectory(./toxcore)
|
||||
add_subdirectory(./solanaceae_toxcore)
|
||||
add_subdirectory(./solanaceae_tox)
|
||||
|
1
external/solanaceae_bridge
vendored
Submodule
1
external/solanaceae_bridge
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 465b253d8150c3718122ced882a2799563329bfe
|
Loading…
Reference in New Issue
Block a user