shared: Introduce WildcardMatcher

这个提交包含在:
2022-05-31 10:13:34 +02:00
父节点 145cd150b1
当前提交 edc41d6f59
修改 3 个文件,包含 50 行新增2 行删除

查看文件

@@ -52,7 +52,8 @@ SOURCES += sqlitesearch.cpp \
sqlitedbservice.cpp \
tagstripperprocessor.cpp \
utils.cpp \
../submodules/exile.h/exile.c
../submodules/exile.h/exile.c \
wildcardmatcher.cpp
HEADERS += sqlitesearch.h \
concurrentqueue.h \
@@ -81,7 +82,8 @@ HEADERS += sqlitesearch.h \
tagstripperprocessor.h \
token.h \
common.h \
utils.h
utils.h \
wildcardmatcher.h
unix {
target.path = /usr/lib
INSTALLS += target