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