aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/process/CMakeLists.txt
blob: 95aa21b54c9703dd77c84ec4f270bf0e924f76c0 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalib_vespalib_process OBJECT
    SOURCES
    close_all_files.cpp
    pipe.cpp
    process.cpp
    DEPENDS
)