Move seastar to a submodule
Instead of urchin being layered on top of seastar, move seastar to a subdirectory (as a submodule) and use seastar.pc/libseastar.a to link with it.
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -1,6 +1,6 @@
|
||||
[submodule "dpdk"]
|
||||
path = dpdk
|
||||
url = ../dpdk
|
||||
[submodule "seastar"]
|
||||
path = seastar
|
||||
url = ../seastar
|
||||
[submodule "swagger-ui"]
|
||||
path = swagger-ui
|
||||
url = ../urchin-swagger-ui
|
||||
|
||||
Reference in New Issue
Block a user