aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/apps/vespa-stress-and-validate-memory/CMakeLists.txt
blob: e5935fd54fc80c5b1fb8cd19b6e6a2440c90b0cc (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_stress-and-validate-memory_app
    SOURCES
    stress_and_validate_memory.cpp
    OUTPUT_NAME vespa-stress-and-validate-memory
    INSTALL bin
    DEPENDS
    vespalib
)