aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/regex/CMakeLists.txt
blob: d9457cdc708c15f39b4fd40cc4b93fefc4bc811d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalib_vespalib_regex OBJECT
    SOURCES
    regex.cpp
    DEPENDS
)

find_package(RE2 REQUIRED)
# TODO can this be PRIVATE since we don't expose it transitively?
target_include_directories(vespalib_vespalib_regex PUBLIC ${RE2_INCLUDE_DIR})