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