aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/colorizer/ya.make
blob: 141edb279725961dbb4be2751e566e00e04d75d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
LIBRARY()

OWNER(pg)

SRCS(
    colors.cpp
    output.cpp
)

END()