aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/core/cbo/simple/ya.make
blob: 116161781cb04f4c8ef179a2271a44935ba14f64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY()

SRCS(
    cbo_simple.cpp
)

PEERDIR(
    yql/essentials/parser/pg_wrapper/interface
    yql/essentials/utils
)

END()