aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/colorizer/ya.make
blob: 380a2f98553fc618de653afe0026663bfbfca407 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
LIBRARY() 
 
OWNER(pg) 
 
SRCS( 
    colors.cpp 
    output.cpp 
) 
 
END()