aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yaml/as/ya.make
blob: 83598b8e8a7fbb0fba638037185bc14445b93d36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBRARY() 
 
OWNER(g:crypta) 
 
PEERDIR( 
    contrib/libs/yaml-cpp 
) 
 
END() 
 
RECURSE_FOR_TESTS( 
    ut 
)