summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/ide/completion/name/service/ya.make
blob: e927a7ddf733e3551b40180c9e17c6d0ea9c0d14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
LIBRARY()

SRCS(
    name_service.cpp
)

PEERDIR(
    yql/essentials/sql/v1/ide/completion/core
)

END()

RECURSE(
    binding
    cluster
    column
    docs
    impatient
    ranking
    schema
    static
    union
)