aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/detect_type_benchmark/CMakeLists.txt
blob: 279622dd452a46c3fed7e7cc0def0172b7f3bba1 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_detect_type_benchmark_app TEST
    SOURCES
    detect_type_benchmark.cpp
    DEPENDS
    vespalib
    GTest::GTest
)