Add lest lib
It's required by tests in restc-cpp which I'm progressively adding
This commit is contained in:
parent
a1aeb3c587
commit
c1598fedb1
2 changed files with 5 additions and 1 deletions
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -1,4 +1,4 @@
|
|||
[submodule "subprojects/restc-cpp"]
|
||||
[submodule "subprojects/restc-cpp/restc-cpp"]
|
||||
path = subprojects/restc-cpp/restc-cpp
|
||||
url = https://github.com/jgaa/restc-cpp.git
|
||||
[submodule "subprojects/date"]
|
||||
|
@ -16,3 +16,6 @@
|
|||
[submodule "subprojects/magic_enum"]
|
||||
path = subprojects/magic_enum
|
||||
url = https://github.com/Neargye/magic_enum.git
|
||||
[submodule "subprojects/restc-cpp/subprojects/lest"]
|
||||
path = subprojects/restc-cpp/subprojects/lest
|
||||
url = https://github.com/martinmoene/lest.git
|
||||
|
|
1
subprojects/restc-cpp/subprojects/lest
Submodule
1
subprojects/restc-cpp/subprojects/lest
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit b738c1924aa6af2610c36d864c2fd1d23cb44b68
|
Loading…
Reference in a new issue