aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/portal/CMakeLists.txt
blob: 1ca1f6d99a90ba6dc1e90c7b6fda9e24ca2282a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalib_vespalib_portal OBJECT
    SOURCES
    handle_manager.cpp
    http_connection.cpp
    http_request.cpp
    listener.cpp
    portal.cpp
    reactor.cpp
    DEPENDS
)