aboutsummaryrefslogtreecommitdiffstats
path: root/configd/src/apps/su/CMakeLists.txt
blob: 6929dfbc0aefc6990fc9e62caf77148d1b203184 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(configd_vespa-run-as-vespa-user_app
    SOURCES
    main.cpp
    OUTPUT_NAME vespa-run-as-vespa-user
    INSTALL bin
    DEPENDS
)