aboutsummaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/vespa/vespalib/CMakeLists.txt
blob: 6c5ad7b0dee3946dbb90d4bc2e6a2ebda5cd0453 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(staging_vespalib
    SOURCES
    $<TARGET_OBJECTS:staging_vespalib_vespalib_encoding>
    $<TARGET_OBJECTS:staging_vespalib_vespalib_util>
    $<TARGET_OBJECTS:staging_vespalib_vespalib_data>
    $<TARGET_OBJECTS:staging_vespalib_vespalib_objects>
    $<TARGET_OBJECTS:staging_vespalib_vespalib_stllike>
    $<TARGET_OBJECTS:staging_vespalib_vespalib_net>
    INSTALL lib64
    DEPENDS
)