summaryrefslogtreecommitdiffstats
path: root/fsa/src/apps/makefsa/CMakeLists.txt
blob: f31deff3af53bc321a7cfb88ce90d58db8712aed (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2017 Yahoo Holdings. 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
    fsa
)