aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/wakeup/CMakeLists.txt
blob: 0e45035ab3cfdf6eb3ef5c763385dd83c3bb20e6 (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_wakeup_bench_app TEST
    SOURCES
    wakeup_bench.cpp
    DEPENDS
    vespalib
    GTest::GTest
)