aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/false/CMakeLists.txt
blob: 9eb90f56cbf38f8c042f789b682f62962ef42068 (plain) (blame)
1
2
3
4
5
6
7
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_false_test_app
    SOURCES
    false.cpp
    DEPENDS
    vespalib
)