summaryrefslogtreecommitdiffstats
path: root/storageframework/src/vespa/storageframework/defaultimplementation/CMakeLists.txt
blob: e0eafa63872d19ed781c453e7262b50c3d86f9ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storageframework_defaultimplementation
    SOURCES
    $<TARGET_OBJECTS:storageframework_clockimpl>
    $<TARGET_OBJECTS:storageframework_componentimpl>
    $<TARGET_OBJECTS:storageframework_memoryimpl>
    $<TARGET_OBJECTS:storageframework_threadimpl>
    INSTALL lib64
    DEPENDS
    storageframework_generic
)