aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/detect_type_benchmark/CMakeLists.txt
blob: 4320c793267b22cb8c5bb8cb7e92350aa0b48543 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Yahoo. 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
)