aboutsummaryrefslogtreecommitdiffstats
path: root/logd/src/apps/logd/CMakeLists.txt
blob: 586df2e4dea9a383653da6f45217d6358f420d6a (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_executable(logd_app
    SOURCES
    main.cpp
    OUTPUT_NAME vespa-logd
    INSTALL sbin
    DEPENDS
    logd
)