summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/ide/completion/name/service/docs/ya.make
blob: b5dc28455da3ce7ff61a60f84709d2e7a393a54e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY()

SRCS(
    documentation.cpp
    name_service.cpp
)

PEERDIR(
    yql/essentials/sql/v1/ide/completion/name/service
)

END()