# $Id: CMakeLists.txt 685375 2024-07-18 18:33:56Z ucko $

NCBI_project_tags(core)
# NCBI_optional_components(PCRE PCRE2)
if(NCBI_COMPONENT_PCRE2_FOUND)
  NCBI_REQUIRES(PCRE2)
else()
  NCBI_REQUIRES(PCRE)
endif()
NCBI_add_library(xregexp xregexp_template_tester)

