aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/apps/vespa-resource-limits/CMakeLists.txt
blob: 566b23058cf0fc471b5d5c2acf24b65f34ba882e (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespalib_vespa-resource-limits_app
    SOURCES
    resource_limits.cpp
    OUTPUT_NAME vespa-resource-limits
    INSTALL bin
    DEPENDS
    vespalib
)