aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/execprofile/autostart/ya.make
blob: a5b61f075f9a5280a198c4dfd2b818752d730800 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBRARY()

OWNER(pg)

PEERDIR(
    library/cpp/execprofile
)

SRCS(
    GLOBAL start.cpp
)

END()