summaryrefslogtreecommitdiffstats
path: root/vespalib/src/apps/make_fixture_macros/CMakeLists.txt
blob: 33709d7c0472c877b4fab877d5a34e117529c99f (plain) (blame)
1
2
3
4
5
6
7
# Copyright 2016 Yahoo Inc. 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
    INSTALL bin
    DEPENDS
)