aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storageframework/defaultimplementation/component/CMakeLists.txt
blob: e3011dc1d1596b4985a30a9c08186c9ea9b7ac40 (plain) (blame)
1
2
3
4
5
6
7
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(storageframework_componentimpl OBJECT
    SOURCES
    componentregisterimpl.cpp
    testcomponentregister.cpp
    DEPENDS
)