aboutsummaryrefslogtreecommitdiffstats
path: root/fsa/src/apps/makefsa/CMakeLists.txt
blob: 7add6cc81599f62f335b7670b60b3372d18d9022 (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(fsa_makefsa_app
    SOURCES
    makefsa.cpp
    OUTPUT_NAME vespa-makefsa
    INSTALL bin
    DEPENDS
    vespafsa
)