aboutsummaryrefslogtreecommitdiffstats
path: root/vdslib/src/vespa/vdslib/CMakeLists.txt
blob: b81a897390b4c0715d663fccf5508818bacfb55c (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vdslib
    SOURCES
    $<TARGET_OBJECTS:vdslib_container>
    $<TARGET_OBJECTS:vdslib_state>
    $<TARGET_OBJECTS:vdslib_distribution>
    INSTALL lib64
    DEPENDS
)