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

SRCS(
    profile.cpp
)

PEERDIR(
    library/cpp/deprecated/atomic
)

END()