aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/service/pages/tablesorter/ya.make
blob: a9d7bb9ada9e9a4876c8bb092a199306c1e3309f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LIBRARY() 
 
OWNER(blinkov) 
 
RESOURCE( 
    resources/jquery.tablesorter.css jquery.tablesorter.css 
    resources/jquery.tablesorter.js jquery.tablesorter.js 
) 
 
PEERDIR( 
    library/cpp/monlib/dynamic_counters
) 
 
END()