# $Id: CMakeLists.regexp.lib.txt 687051 2024-09-03 18:53:23Z ucko $

NCBI_begin_lib(regexp)
  NCBI_sources(pcre2_auto_possess pcre2_chkdint pcre2_compile pcre2_config
      pcre2_context pcre2_convert pcre2_dfa_match pcre2_error pcre2_extuni
      pcre2_find_bracket pcre2_jit_compile pcre2_maketables pcre2_match
      pcre2_match_data pcre2_newline pcre2_ord2utf pcre2_pattern_info
      pcre2_script_run pcre2_serialize pcre2_string_utils pcre2_study
      pcre2_substitute pcre2_substring pcre2_tables pcre2_ucd
      pcre2_valid_utf pcre2_xclass pcre2_chartables pcre2posix
  )
  NCBI_requires(LocalPCRE)
  NCBI_add_definitions(HAVE_CONFIG_H PCRE2_CODE_UNIT_WIDTH=8)
  NCBI_project_watchers(ivanov ucko)
NCBI_end_lib()

