aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/component/CMakeLists.txt
blob: bf696b99c7b3fae6612ed7a5104de7c1c08cabe0 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_library(vespalib_vespalib_component OBJECT
    SOURCES
    version.cpp
    versionspecification.cpp
    vtag.cpp
    DEPENDS
)
set_source_files_properties(vtag.cpp PROPERTIES COMPILE_FLAGS "${VTAG_DEFINES}")