From bdb43947bfb1aa805d99f3469fafc74bc0ab8185 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 10 May 2024 16:37:40 +0800 Subject: [PATCH] =?UTF-8?q?2024.5.10-=E5=8E=BB=E9=99=A4ITN=E7=9A=84?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- post_processor/processor/CMakeLists.txt | 13 ------------- post_processor/utils/CMakeLists.txt | 1 - 2 files changed, 14 deletions(-) delete mode 100644 post_processor/processor/CMakeLists.txt delete mode 100644 post_processor/utils/CMakeLists.txt diff --git a/post_processor/processor/CMakeLists.txt b/post_processor/processor/CMakeLists.txt deleted file mode 100644 index 8e87ea2..0000000 --- a/post_processor/processor/CMakeLists.txt +++ /dev/null @@ -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() diff --git a/post_processor/utils/CMakeLists.txt b/post_processor/utils/CMakeLists.txt deleted file mode 100644 index 8b13789..0000000 --- a/post_processor/utils/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -