summaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/storageutil/CMakeLists.txt
blob: df942a049fbbf9da5b44eef165ea43b215c1716b (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storage_storageutil OBJECT
    SOURCES
    bloomfilter.cpp
    DEPENDS
    AFTER
    storage_storageconfig
)