#############################################################################
# $Id: CMakeLists.regexp.lib.txt 593481 2019-09-19 14:00:01Z gouriano $
#############################################################################
#
#
#

NCBI_begin_lib(regexp)
NCBI_sources(
    pcre_byte_order pcre_chartables pcre_compile pcre_config pcre_dfa_exec pcre_exec pcre_fullinfo
    pcre_get pcre_globals pcre_jit_compile pcre_maketables pcre_newline pcre_ord2utf8 pcre_refcount
    pcre_string_utils pcre_study pcre_tables pcre_ucd pcre_valid_utf8 pcre_version pcre_xclass
    pcreposix
)
NCBI_requires(LocalPCRE)
NCBI_add_definitions(HAVE_CONFIG_H PCRE_NO_UTF16 PCRE_NO_UTF32)
NCBI_project_watchers(ivanov)
NCBI_end_lib()

