aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/encoding/CMakeLists.txt
blob: edff628c35ff2de4a89587c9aa3654326626b76e (plain) (blame)
1
2
3
4
5
6
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalib_vespalib_encoding OBJECT
    SOURCES
    base64.cpp
    DEPENDS
)