aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/apps/vespa-resource-limits/CMakeLists.txt
blob: f11849c733a567740a5316f986b01e035d697e9d (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(vespalib_vespa-resource-limits_app
    SOURCES
    resource_limits.cpp
    OUTPUT_NAME vespa-resource-limits
    INSTALL bin
    DEPENDS
    vespalib
)