summaryrefslogtreecommitdiffstats
path: root/vdslib/src/tests/thread/CMakeLists.txt
blob: 21bcb06b43c147af87d8a602ed13f46a390b5e6e (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_library(vdslib_testthread
    SOURCES
    taskschedulertest.cpp
    DEPENDS
    vdslib
)