You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
216 B

  1. add_library(post_processor STATIC
  2. post_processor.cc
  3. )
  4. if(ITN)
  5. target_link_libraries(post_processor PUBLIC utils wetext_processor wetext_utils)
  6. else()
  7. target_link_libraries(post_processor PUBLIC utils)
  8. endif()