aboutsummaryrefslogtreecommitdiffstats
path: root/fbench/src/splitfile/CMakeLists.txt
blob: 6efbb87adf58b5305991ced189902509e80fe9bf (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(fbench_splitfile_app
    SOURCES
    splitfile.cpp
    OUTPUT_NAME vespa-fbench-split-file
    INSTALL bin
    DEPENDS
    fbench_util
)