Add c-rbtree

trunk
alexis 2022-05-21 11:21:08 -06:00
parent bafa6e3cc5
commit cb7075ce87
5 changed files with 13 additions and 0 deletions

6
.gitmodules vendored
View File

@ -1,3 +1,9 @@
[submodule "ca1fw/subprojects/c-list"]
path = ca1fw/subprojects/c-list
url = https://github.com/c-util/c-list
[submodule "ca1fw/subprojects/c-rbtree"]
path = ca1fw/subprojects/c-rbtree
url = https://github.com/c-util/c-rbtree
[submodule "ca1fw/subprojects/libcstdaux-1"]
path = ca1fw/subprojects/libcstdaux-1
url = https://github.com/c-util/c-stdaux.git

View File

@ -6,6 +6,9 @@ project('ca1fw', 'c',
libclist_proj = subproject('c-list')
libclist_dep = libclist_proj.get_variable('libclist_dep')
libcrbtree_proj = subproject('c-rbtree')
libcrbtree_dep = libcrbtree_proj.get_variable('libcrbtree_dep')
subdir('arl')
subdir('ca1')

@ -0,0 +1 @@
Subproject commit eb778d39694a0f3389f2438bbc45fb21685a047d

@ -0,0 +1 @@
Subproject commit adda5ff3e9d98648a4e01ad800fafd584e4640ce

View File

@ -0,0 +1,2 @@
[wrap-redirect]
filename = c-rbtree/subprojects/libcstdaux-1.wrap