#############################################################################
# $Id: CMakeLists.xmlwrapp.lib.txt 593581 2019-09-20 13:30:24Z gouriano $
#############################################################################

NCBI_begin_lib(xmlwrapp)
  NCBI_sources(
    ait_impl document event_parser node_iterator
    xml_init attributes node node_manip stylesheet utility    
    xslt_init namespace xpath_expression node_set document_impl schema errors dtd
    document_proxy libxml2_xmlwrapp deref_impl xpath_object extension_function
    extension_element https_input_impl
  )
  NCBI_disable_pch()
  NCBI_requires(XML XSLT)
  NCBI_uses_toolkit_libraries(xconnect)
  NCBI_project_watchers(satskyse)
NCBI_end_lib()

