aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/initializer/CMakeLists.txt
blob: a3261db1a8b5ee46a55c73e1887661c6eb59e7c3 (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_library(searchcore_initializer STATIC
    SOURCES
    initializer_task.cpp
    task_runner.cpp
    DEPENDS
)