summaryrefslogtreecommitdiffstats
path: root/lowercasing_test/src/grouping_test/hello-world/CMakeLists.txt
blob: 2d6940ef4d8e02065d08f0066cf90743c3be7282 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(lowercasing_test_hello-world_app
    SOURCES
    hello-world.cpp
    INSTALL bin
    DEPENDS
    lowercasing_test_hello-world-lib
)