aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/apps/make_fixture_macros/CMakeLists.txt
blob: f6c275234ab6e22de299d82b90e47d0a0c8e1514 (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_executable(vespalib_make_fixture_macros_app
    SOURCES
    make_fixture_macros.cpp
    DEPENDS
)