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.

10 lines
244 B

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