Skip to content

Commit e252787

Browse files
committed
make this repo depend on the up2date xor_singleheader lib
via a gitsubmodule at https://github.com/FastFilter/xor_singleheader.git rather than an older and local copy of that lib
1 parent 9bca63c commit e252787

File tree

4 files changed

+4
-2023
lines changed

4 files changed

+4
-2023
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "dependencies/fastfilter_cpp"]
22
path = dependencies/fastfilter_cpp
33
url = https://github.com/FastFilter/fastfilter_cpp.git
4+
[submodule "dependencies/xor_singleheader"]
5+
path = dependencies/xor_singleheader
6+
url = https://github.com/FastFilter/xor_singleheader.git

dependencies/xor_singleheader

Submodule xor_singleheader added at 3c0fd15

0 commit comments

Comments
 (0)