summaryrefslogtreecommitdiffstats
path: root/memfilepersistence/src/vespa/memfilepersistence/CMakeLists.txt
blob: 465e217210cc6d605e4722572aceff253ebf2c63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(memfilepersistence
    SOURCES
    $<TARGET_OBJECTS:memfilepersistence_device>
    $<TARGET_OBJECTS:memfilepersistence_init>
    $<TARGET_OBJECTS:memfilepersistence_mapper>
    $<TARGET_OBJECTS:memfilepersistence_spi>
    $<TARGET_OBJECTS:memfilepersistence_common>
    $<TARGET_OBJECTS:memfilepersistence_memfile>
    $<TARGET_OBJECTS:memfilepersistence_tools>
    INSTALL lib64
    DEPENDS
)