#############################################################################
# $Id: CMakeLists.edit.lib.txt 575168 2018-11-26 13:16:48Z ivanov $
#############################################################################

NCBI_begin_lib(xobjedit)
  NCBI_sources(
    gene_utils seq_entry_edit promote autodef_with_tax
    field_handler apply_object string_constraint seqid_guesser dblink_field
    struc_comm_field text_desc_field gb_block_field
    link_cds_mrna cds_fix loc_edit mail_report
    feattable_edit gaps_edit source_edit rna_edit
    remote_updater parse_text_options publication_edit gap_trim
    external_annots feature_propagate apply_mods text_object_description
  )
  NCBI_uses_toolkit_libraries(mlacli taxon3 valid xobjread xobjutil seqset )
  NCBI_project_watchers(bollin gotvyans foleyjp)
NCBI_end_lib()

if(OFF)
#
#
#
add_library(xobjedit
    gene_utils seq_entry_edit promote autodef_with_tax
    field_handler apply_object string_constraint seqid_guesser dblink_field
    struc_comm_field text_desc_field gb_block_field
    link_cds_mrna cds_fix capitalization_string loc_edit mail_report
    feattable_edit gaps_edit source_edit rna_edit
    remote_updater parse_text_options publication_edit feature_propagate
)

target_link_libraries(xobjedit
    mlacli taxon3 valid
    xobjread xobjutil
)
endif()

