aboutsummaryrefslogtreecommitdiffstats
path: root/yt/yql/plugin/dynamic/ya.make
blob: c91996acece0dd05663043d0da92e817c38e9e59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DLL(yqlplugin 1 0)

INCLUDE(${ARCADIA_ROOT}/yt/opensource.inc)

EXPORTS_SCRIPT(dylib.exports)

SRCS(
    impl.cpp
)

PEERDIR(
    yt/yql/plugin/native
)

END()