summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/false/CMakeLists.txt
blob: 50b77578c7f2ea1f5937e0cdb2e3d425dc125963 (plain) (blame)
1
2
3
4
5
6
7
# Copyright 2016 Yahoo Inc. 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
)