summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/tutorial/checks/CMakeLists.txt
blob: 1884cc9885c6253775b6ad2b7f9f4cccf8e3a33b (plain) (blame)
1
2
3
4
5
6
7
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_checks_test_app
    SOURCES
    checks_test.cpp
    DEPENDS
    vespalib
)