Browse Source

2024.5.10-去除ITN的依赖构建

master
Administrator 1 year ago
parent
commit
bdb43947bf
2 changed files with 0 additions and 14 deletions
  1. +0
    -13
      post_processor/processor/CMakeLists.txt
  2. +0
    -1
      post_processor/utils/CMakeLists.txt

+ 0
- 13
post_processor/processor/CMakeLists.txt

@ -1,13 +0,0 @@
add_library(wetext_processor STATIC
wetext_processor.cc
wetext_token_parser.cc
)
if(ANDROID)
target_link_libraries(wetext_processor PUBLIC fst wetext_utils)
else()
if(MSVC)
target_link_libraries(wetext_processor PUBLIC fst wetext_utils)
else()
target_link_libraries(wetext_processor PUBLIC dl fst wetext_utils)
endif()
endif()

+ 0
- 1
post_processor/utils/CMakeLists.txt

@ -1 +0,0 @@

Loading…
Cancel
Save