mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-21 15:50:50 +00:00
Move split_tags to common lib.
This commit is contained in:
parent
1192ce7c18
commit
5832ca3374
7 changed files with 10 additions and 11 deletions
|
@ -4,7 +4,6 @@ add_executable(${PROJECT_NAME}
|
|||
${CMAKE_SOURCE_DIR}/src/main/damerau_levenshtein.c
|
||||
${CMAKE_SOURCE_DIR}/src/main/utf8_ops.c
|
||||
test_damerau_levenshtein.cpp
|
||||
${CMAKE_SOURCE_DIR}/src/tag/split_tags.cpp
|
||||
test_tag_splitting.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue